[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-74-g37f8245

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 14:01:35 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  37f8245894ed7858da7aeb580b866fb624536f50 (commit)
      from  ceeeffb95e65c72d63f16d81a41afdc1cb8e4a19 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37f8245894ed7858da7aeb580b866fb624536f50
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Oct 17 16:20:49 2013 +0200

    Bug 11069: increase title ranking in relevance when using QueryWeightFields
    
    When using QueryWeightFields to add ranking on a search without index,
    the search actually uses:
    
     - rank 1 : Title-cover,ext :  exact title-cover
     - rank 2 : ti,ext : exact title
     - rank 3 : Title-cover,phr : phrase title-cover
     - rank >7 : queries without index
    
    This relevance sets title as phrase in priority and then any index.
    
    This patch adds title as words list before search on any index, so
    that records with all searched terms in title, even not well ordered,
    are more relevant.
    
    Test plan :
    - Enable QueryWeightFields syspref
    - Perform a search, with sort by relevance, with two words ofen
      contained in title, but never one near the other.
      For example: 'History France'
    => Records with both words in title are first. For example:
       "Histoire de France" and "La France : 100 ans d'histoire"
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Relevance ranking and field weighting are hard to test,
    as many MARC fields are indexed into the used indexes.
    If we had an index that only indexed 245$a/200$a the
    effect might be more visible.
    I found no regressions by this patch, change reads
    logical.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 2c658d882a5ca43c107c26396b09f11ad6e69f9b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Search.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list