lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Take advantage of DocValuesSkipper in IndexSortSortedNumericDocValuesRangeQuery

Open iverase opened this issue 4 months ago • 5 comments

As the title said, we could use the skip functionality of the doc value sparse index to improve the performance of IndexSortSortedNumericDocValuesRangeQuery when the field is primary sort.

iverase avatar Oct 01 '24 12:10 iverase