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