benwtrent commented on issue #15789: URL: https://github.com/apache/lucene/issues/15789#issuecomment-3986083061
> Statistical bounding for re-scoring I think this would be done in the "collector" right? It provides `minCompetitiveScore` already, and it could adjust that value dynamically I think. As for WHICH values to rescore (e.g. only the ones we need to absolutely rescore), this is tricker :(. Maybe the collector (yeah again...) could provide a "rescoreHint" if it determines certain doc scores are considered "low confidence approximations" and then a rescorer can later utilize that hint (or ignore it). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
