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

            Bug ID: 40853
           Summary: ElasticsearchBoostFieldMatch - needs to boost results
                    more
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

When searching for book titles that may have words in many fields, e.g. 'book
of hope', the boost is not enough, especially when other fields like 'title'
are boosted.

In production with title boost of 32 the general results are getting a score of
~600
The boost query is getting a score of ~10 - not enough to boost past the
general results

We can try a few things:
1 - Use the 'boost' field from 'title-cover' matching in the extra query
2 - Add a system preference (or hard code) to define how much to boost the
additional query by
3 - Try using a boost query rather than a bool query:
https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-boosting-query

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to