costin commented on code in PR #16285:
URL: https://github.com/apache/lucene/pull/16285#discussion_r3518512933


##########
lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90DocValuesProducer.java:
##########
@@ -1999,6 +2027,27 @@ public void rangeIntoBitSet(
             }
             return;
           }
+          if (rawValues != null) {

Review Comment:
   You're right , the code can be further reused. With #16283 merged, the code 
now delegates to DOC_VALUES_RANGE_SUPPORT.sortedNumericRangeIntoBitSet (the 
SIMD kernel from #16283) for both.



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