[Koha-bugs] [Bug 27091] New: Document how Elasticsearch is supposed to work and implement respective configurations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 25 14:22:46 CET 2020


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

            Bug ID: 27091
           Summary: Document how Elasticsearch is supposed to work and
                    implement respective configurations
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: joonas.kylmala at helsinki.fi
                CC: nick at bywatersolutions.com

Elasticsearch is very flexible search engine and has many configuration
options. We should document our expectations on how it should work and also
because then it would allow the users to understand how to form their queries
in the best possible way. After documenting the configuration we want based on
the expectations we should tune the indexing and search configuration
parameters accordingly.

The bug 27070 makes the Elasticsearch searches more Zebra like by trying to
match search keywords across all fields but is this exactly what we want in the
end? What if we have only a number in the search query should we try to query
numeric fields then only or also string fields? How should the weights work?
For weight documentation we should have an basic configuration for it in our
default mappings.yaml file so that we have some idea how it will be used in
real world.

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


More information about the Koha-bugs mailing list