[ 
https://issues.apache.org/jira/browse/LUCENE-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-8412:
---------------------------------
    Attachment: LUCENE-8412.patch

> Remove trackDocScores from TopFieldCollector factory methods
> ------------------------------------------------------------
>
>                 Key: LUCENE-8412
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8412
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-8412.patch
>
>
> Computing scores on top hits is fine, but the current way it is implemented - 
> at collection time - requires to read/decode more freqs/norms and compute 
> more scores than necessary. It would be more efficient to compute scores of 
> top hits as a post-collection step by only advancing the scorer to hits that 
> made the top-N list.



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

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

Reply via email to