[Bug 12431] New: Relevance does not work properly when using QueryParser
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12431 Bug ID: 12431 Summary: Relevance does not work properly when using QueryParser Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org Currently, when using QueryParser, relevance will only work for keyword queries. queryparser.yaml either needs to be updated to include more weighted relevance mappings, or QueryParser needs a mechanism to add relevance to queries beyond the limited support it currently has. More information available here: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12431 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Try doing a "Title" search or a "Subject" search and you'll see that results are returned in ascending biblionumber order and not in order of relevance. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12431 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- The following references should probably be either removed or have 2: 102 commented out. This adds relevance to the entire query, which is probably not what we want to do, since adding relevance to a query containing date indexes/sub-queries causes unexpected results or no results for that date sub-query. If we do a callnumber search, we might also get distorted results where records with lots of items with that callnumber undesirably rise to the top. relevance: bib1_mapping: biblioserver: 2: 102 enabled: 1 label: Relevance relevance_dsc: bib1_mapping: biblioserver: 2: 102 enabled: 1 label: Relevance_dsc relevance_asc: bib1_mapping: biblioserver: 2: 102 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12431 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |12742 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12431 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|12742 | Depends on| |12742 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org