GitHub user alessandrobenedetti opened a pull request:

    https://github.com/apache/lucene-solr/pull/393

    Lucene 8347

    Introduced multi term management for the BlendedInfix suggester.
    The score of each suggestion will be calculated based on : 
    
    - the positional coefficient of each token matched
    - the length of the suggestion ( minor)
    
    This patch is supposed to go in after LUCENE-8343

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SeaseLtd/lucene-solr LUCENE-8347

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/393.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #393
    
----
commit e83e8ee1a42388606fffd10330ed1aeec9518098
Author: Alessandro Benedetti <a.benedetti@...>
Date:   2018-06-01T11:52:41Z

    [LUCENE-8343] introduced weight 0 check and positional coefficient scaling 
+ tests

commit a416b7a867568876bdbdb77483b33330538cf53c
Author: Alessandro Benedetti <a.benedetti@...>
Date:   2018-06-04T17:17:57Z

    [LUCENE-8347] improved positional coefficient to manage multi terms + token 
count coefficient + tests

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to