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