Uses of Interface
org.apache.lucene.index.Sorter.NumericDocValuesSupplier
-
Packages that use Sorter.NumericDocValuesSupplier Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of Sorter.NumericDocValuesSupplier in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type Sorter.NumericDocValuesSupplier Modifier and Type Method Description (package private) static Sorter.DocComparator
Sorter. getDocComparator(int maxDoc, SortField sortField, Sorter.SortedDocValuesSupplier sortedProvider, Sorter.NumericDocValuesSupplier numericProvider)
We cannot use theFieldComparator
API because that API requires that you send it docIDs in order.
-