Koha::BackgroundJob::UpdateElasticIndex - Update Elastic index
This is a subclass of Koha::BackgroundJob.
While most background jobs provide a process method, the ES indexing has its own dedicated worker: misc/workers/es_indexer_daemon.pl
That worker handles all job processing.
Define the job type of this job: update_elastic_index
Enqueue the new job