Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Sorter.DocComparator |
Sorter.getDocComparator(int maxDoc,
SortField sortField,
Sorter.SortedDocValuesSupplier sortedProvider,
Sorter.NumericDocValuesSupplier numericProvider)
We cannot use the
FieldComparator API because that API requires that you send it docIDs in order. |