[koha-commits] main Koha release repository branch master updated. v3.14.00-788-g9bcd3fc

Git repo owner gitmaster at git.koha-community.org
Sat Apr 19 16:26:34 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, master has been updated
       via  9bcd3fcb99e6c5483ca739eaabd80b58ea9e4eed (commit)
       via  2c658d882a5ca43c107c26396b09f11ad6e69f9b (commit)
      from  4a32a188ae0a1bf189d3e1a4865051400c39b31e (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 9bcd3fcb99e6c5483ca739eaabd80b58ea9e4eed
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 14:49:11 2014 +0000

    Bug 9578: (follow-up) bump up number of MARC21/DOM tests
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2c658d882a5ca43c107c26396b09f11ad6e69f9b
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>

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

Summary of changes:
 C4/Search.pm            |    1 +
 t/db_dependent/Search.t |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list