jpountz opened a new pull request, #13904: URL: https://github.com/apache/lucene/pull/13904
`BlockMaxConjunctionBulkScorer` only checks if it can early exit based on impacts once per window, and windows are computed using impact blocks of the leading clause. So this logic is defeated if the leading clause produces a single block (e.g. `ConstantScoreQuery`). This commit addresses this problem by artificially lowering the window size to contain ~128 docs of the leading clause. -- 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