[Koha-bugs] [Bug 20073] Move Elasticsearch settings to configuration files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 14:44:19 CET 2018


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

--- Comment #12 from Ere Maijala <ere.maijala at helsinki.fi> ---
Hi Nicolas,

The test step 5 was probably quite bad. You should make sure to run
misc/search_tools/rebuild_elastic_search.pl long enough for it to commit at
least one set of records before it creates the index with the correct settings.
Otherwise indexing will quietly fail (this would be the subject of another
bug). So, something like

misc/search_tools/rebuild_elastic_search.pl -d -b -v -v

should do the trick if you make sure that you don't try to save any records in
the cataloguing UI before the first commit. Otherwise you'll probably find only
errors in /var/log/elasticsearch/elasticsearch.log. Bug 20248 contains some
improvements to the indexing script.

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


More information about the Koha-bugs mailing list