costin commented on PR #16166: URL: https://github.com/apache/lucene/pull/16166#issuecomment-4616522616
@romseygeek Following #16177, I've updated the multi-valued sorted-numeric path to a plain TwoPhaseIterator (DocValuesRangeIterator) with an intoBitSet() override, rather than a separate DocIdSetIterator. No new iterator classes. Kept the two pieces #16177 doesn't cover: 1. the SortedNumericDocValues.rangeIntoBitSet() API 2. the Lucene90 codec overrides (dense constant / fixed-cardinality / variable-cardinality, and sparse). For multi-valued fields these are the only fast path. -- 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]
