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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 23 14:29:50 CET 2018


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

--- Comment #2 from Ere Maijala <ere.maijala at helsinki.fi> ---
The patch contains the following changes:
- Index settings moved from code to
etc/searchengine/elasticsearch/index_config.yaml. An alternative can be
specified in koha-conf.xml.
- Field settings moved from code to
etc/searchengine/elasticsearch/field_config.yaml. An alternative can be
specified in koha-conf.xml.
- Default settings have been improved to remove punctuation from phrases used
for sorting etc.
- State variables are used for storing configuration to avoid parsing it
multiple times.
- A possibility to reset the fields too has been added to the reset operation
of mappings administration.
- mappings.yaml has been moved from admin/searchengine/elasticsearch to
etc/searchengine/elasticsearch.
- An stdno field type has been added for standard identifiers.

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


More information about the Koha-bugs mailing list