[ 
https://issues.apache.org/jira/browse/LUCENE-9346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262658#comment-17262658
 ] 

ASF subversion and git services commented on LUCENE-9346:
---------------------------------------------------------

Commit c2493283a58ea19a13887a732328c1eaf970d371 in lucene-solr's branch 
refs/heads/master from zacharymorn
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=c249328 ]

LUCENE-9346: Support minimumNumberShouldMatch in WANDScorer (#2141)

Co-authored-by: Adrien Grand <jpou...@gmail.com>

> WANDScorer should support minimumNumberShouldMatch
> --------------------------------------------------
>
>                 Key: LUCENE-9346
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9346
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Currently we deoptimize when a minimumNumberShouldMatch is provided and fall 
> back to a scorer that doesn't dynamically prune hits based on scores.
> Given how WANDScorer and MinShouldMatchSumScorer are similar I wonder if we 
> could remove MinShouldSumScorer once WANDScorer supports minimumNumberShould 
> match. Then any improvements we bring to WANDScorer like two-phase support 
> (LUCENE-8806) would automatically cover more queries.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to