[Koha-bugs] [Bug 19893] Alternative optimized indexing for Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 30 14:58:11 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893

--- Comment #64 from David Gustafsson <glasklas at gmail.com> ---
We had an issue with our new Koha build (where some mappings had been changed)
causing crashes when saving biblios etc since the previous version of this
patch tried to update the server mappings when indexing new items. Now changed
this to more robust and easier to debug handling of mapping synchronization by
introducing persistent index status. I'm aware that abusing Context::preference
for this purpose, if there are any suggestions regarding better persistent
variable storage they are welcome.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list