jpountz opened a new pull request, #12628:
URL: https://github.com/apache/lucene/pull/12628

   This adds a `ScoreQuantizingCollector`, which quantizes scores with a 
configurable number of accuracy bits. This allows dynamic pruning to more 
efficiently skip hits that would have similar scores. While this should be 
considered rank-unsafe since top-hits are different compared to running the 
top-score collector on its own, it's worth noting that top hits are correct in 
quantized space.


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