elsif ( $op eq 'recordDelete' ) {
$self->delete_index_background( $record_numbers );
}
#FIXME Current behaviour is to index Zebra when using ES, at some point we should stop
Koha::SearchEngine::Zebra::Indexer::index_records( $self, $record_numbers, $op, $server, undef );
sub _get_record {
-