Uses of Interface
org.apache.lucene.index.Sorter.SortedDocValuesSupplier
-
Packages that use Sorter.SortedDocValuesSupplier Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of Sorter.SortedDocValuesSupplier in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type Sorter.SortedDocValuesSupplier 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.
-