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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 22 16:59:26 CEST 2018


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

--- Comment #165 from David Gustafsson <glasklas at gmail.com> ---
Regarding the other changes, to make review easier, they where mainly:

Rename marc_records_to_documents to _marc_records_to_documents to make
"private".

Split all the index_status_<status> methods into is_index_status_<status> (to
check whether index has this status), and set_index_status_<status> (to set
this status for index), since the previous method definition was not very
intuitive (call without argument to get, call with "1" to set).

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


More information about the Koha-bugs mailing list