jpountz opened a new pull request, #12564: URL: https://github.com/apache/lucene/pull/12564
This adds a bulk scorer for conjunctions that follows a similar idea as BS1: it is probably possible to make evaluation faster by evaluating windows of documents at a time instead of a single document at a time. This scorer maintains a buffer af 64 matches of the lead clause, the one that has the least number of matches, that it then checks against every other 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