jpountz opened a new pull request, #14354: URL: https://github.com/apache/lucene/pull/14354
`DenseConjunctionBulkScorer` has a fallback to sparse evaluation mode when the intersection of the clauses evaluated so far becomes sparse. Currently, this sparse evaluation mode clears bits in the window if they don't match new clauses. This change proposes to treat the bitset like any clause and evaluate the conjunction in the traditional way, collecting matching docs one by one. -- 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