gsmiller opened a new pull request, #11881: URL: https://github.com/apache/lucene/pull/11881
### Description This change optimizes the doc-at-a-time drill-sideways scoring approach to borrow ideas from the "min should match" logic in `WANDScorer`. Note that `luceneutil` doesn't have benchmark coverage for drill-sideways, but on a real-world production application we run which _does_ use drill-sideways, we see a +6% improvement to throughput, -15% avg. latency reduction and -54% latency reduction in tail latency (p99.9) (these numbers are specific to a benchmark that heavily uses drill-sideways). -- 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