Uses of Class
org.apache.lucene.index.Sorter.DocComparator
-
Packages that use Sorter.DocComparator Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of Sorter.DocComparator in org.apache.lucene.index
Fields in org.apache.lucene.index declared as Sorter.DocComparator Modifier and Type Field Description private Sorter.DocComparator
Sorter.DocValueSorter. comparator
Methods in org.apache.lucene.index that return Sorter.DocComparator Modifier and Type Method Description (package private) Sorter.DocComparator
BinaryDocValuesWriter. getDocComparator(int numDoc, SortField sortField)
(package private) abstract Sorter.DocComparator
DocValuesWriter. getDocComparator(int numDoc, SortField sortField)
(package private) Sorter.DocComparator
NumericDocValuesWriter. getDocComparator(int maxDoc, SortField sortField)
(package private) Sorter.DocComparator
SortedDocValuesWriter. getDocComparator(int maxDoc, SortField sortField)
(package private) Sorter.DocComparator
SortedNumericDocValuesWriter. getDocComparator(int maxDoc, SortField sortField)
(package private) Sorter.DocComparator
SortedSetDocValuesWriter. getDocComparator(int maxDoc, SortField sortField)
(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.(package private) static Sorter.DocComparator
Sorter. getDocComparator(LeafReader reader, SortField sortField)
Methods in org.apache.lucene.index with parameters of type Sorter.DocComparator Modifier and Type Method Description private static Sorter.DocMap
Sorter. sort(int maxDoc, Sorter.DocComparator comparator)
Computes the old-to-new permutation over the given comparator.(package private) Sorter.DocMap
Sorter. sort(int maxDoc, Sorter.DocComparator[] comparators)
Constructors in org.apache.lucene.index with parameters of type Sorter.DocComparator Constructor Description DocValueSorter(int[] docs, Sorter.DocComparator comparator)
-