jpountz opened a new pull request, #14014:
URL: https://github.com/apache/lucene/pull/14014

   Running filtered disjunctions with a specialized bulk scorer seems to yield 
a good speedup. For what it's worth, I also tried to implement a MAXSCORE-based 
scorer to see if it had to do with the `BulkScorer` specialization or the 
algorithm, but it didn't help.
   
   To work properly, I had to add a rewrite rule to inline disjunctions in a 
MUST clause.
   
   As a next step, it would be interesting to see if we can further optimize 
this by loading the filter into a bitset and applying it like live docs.


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

Reply via email to