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

Mike Sokolov commented on LUCENE-8791:
--------------------------------------

bq. We distribute total number of results we are looking from matching across 
segments evenly plus some static number for overhead

I think this is the same pro-rated idea from LUCENE-8681; when the documents 
are randomly distributed among segments, the prediction can be quite accurate. 
In the case of a time series index though (eg, or any index where the 
distribution among segments is correlated with the rank), then this approach to 
early termination is not directly applicable.

> Add CollectorRescorer
> ---------------------
>
>                 Key: LUCENE-8791
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8791
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Elbek Kamoliddinov
>            Priority: Major
>         Attachments: LUCENE-8791.patch, LUCENE-8791.patch, LUCENE-8791.patch, 
> LUCENE-8791.patch, LUCENE-8791.patch
>
>
> This is another implementation of query rescorer api (LUCENE-5489). It adds 
> rescoring functionality based on provided CollectorManager. 
>  



--
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