romseygeek commented on PR #14729:
URL: https://github.com/apache/lucene/pull/14729#issuecomment-2927412166

   The advantage of a `Rescorer` is that is is explicitly only run over the 
hits in a `TopDocs` instance, whereas `FunctionScoreQuery` will run over the 
entire docid space if you let it.  So it's a natural fit for a late-interaction 
search process - run your first query over the whole document set to get a 
preliminary top-k, and then pass the resulting `TopDocs` to your rescorer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to