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

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

Commit 14e132b29f498fb00992c86d81b477329b5588f2 in lucene-solr's branch 
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=14e132b ]

LUCENE-8382: Don't propagate calls to setMinCompetitiveScore in MultiCollector.


> Don't propagate calls to setMinCompetitiveScore in MultiCollector
> -----------------------------------------------------------------
>
>                 Key: LUCENE-8382
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8382
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-8382.patch
>
>
> Currently it is propagated, which means that one collector can hide hits to 
> another collector. We could try to reconcile min scores across collectors to 
> take the maximum min score, but I don't think it's worth the effort as 
> combinations are most often going to include one collector that needs top 
> hits and another one that doesn't need scores at all (eg. facets or total 
> hits) rather than another collector that also needs top scoring documents.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to