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

   When a `PointRangeQuery` matches for than 50% of points and the field is 
dense and single-valued, it internally computes the set of docs that don't 
match the query, which should be faster since fewer docs match the query than 
not.
   
   This change improves this optimization to take advantage of the 
`FixedBitSet#or(DocIdSetIterator)` optimization (which internally calls 
`DocIdSetIterator#intoBitSet`).
   


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