jpountz commented on PR #14529: URL: https://github.com/apache/lucene/pull/14529#issuecomment-2820514158
To keep things as simple as possible, I'm wondering about: - Using a very simple/robust impl in the `SPARSE` case that moves to the next doc in a loop until either the end of block or `upTo`, since it should never be a bottleneck (especially as `DenseConjunctionBulkScorer` is only used on dense iterators)? - Refactoring `DENSE` to load doc IDs into an in-memory bit set all the time, so that `intoBitSet` could directly reuse `FixedBitSet.orRange`. -- 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