26 Jun
2026
26 Jun
'26
8:45 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24438 --- Comment #3 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 201093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201093&action=edit Bug 24438: Add a bulk_index_records method to Elasticsearch::Indexer This patch adds bulk_index_records: it indexes records in chunks, halves a batch Elasticsearch rejects as too large until it fits, and returns the ids that could not be indexed. The rebuild script and the indexer daemon both use it instead of each keeping their own copy. -- You are receiving this mail because: You are watching all bug changes.