jpountz opened a new pull request, #12382: URL: https://github.com/apache/lucene/pull/12382
This implements a specialized `BlockMaxConjunctionBulkScorer`, which is really the same as `BlockMaxConjunctionScorer`, but as a `BulkScorer` instead of a `Scorer`. Also it doesn't support two-phase iterators in order to focus on the common case when queries, such as term queries, do not have two-phase iterators. If a clause has a two-phase iterator, it will keep running as a `BlockMaxConjunctionScorer` wrapped in a `DefaultBulkScorer`. -- 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]
