try {
$es_record = $es->get_elasticsearch()->get({
index => $es->index_name,
type => '_doc',
id => $biblionumber,
});
}
-