View | Details | Raw Unified | Return to bug 30465
Collapse All | Expand All

(-)a/Koha/SearchEngine/Elasticsearch/Indexer.pm (-3 / +6 lines)
Lines 306-311 sub update_index_background { Link Here
306
306
307
=head2 index_records
307
=head2 index_records
308
308
309
    $indexer->index_records( \@record_ids, $op, $server, @records, $more_params );
310
309
This function takes an array of record numbers and fetches the records to send to update_index
311
This function takes an array of record numbers and fetches the records to send to update_index
310
for actual indexing.
312
for actual indexing.
311
313
Lines 315-323 at the moment. Link Here
315
The other variables are used for parity with Zebra indexing calls. Currently the calls are passed through
317
The other variables are used for parity with Zebra indexing calls. Currently the calls are passed through
316
to Zebra as well.
318
to Zebra as well.
317
319
318
=item C<$more_params>
320
C<$more_params> is expected to be a hashref that can contain the following keys
321
322
=over 4
319
323
320
index_now can be set to force indexation on the fly.
324
=item I<index_now>: takes a boolean value, can be set to force indexation on the fly.
321
325
322
=back
326
=back
323
327
324
- 

Return to bug 30465