Uses of Interface
org.apache.lucene.index.IndexSorter.DocComparator
-
Packages that use IndexSorter.DocComparator Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexSorter.DocComparator in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexSorter.DocComparator Modifier and Type Field Description private IndexSorter.DocComparator
Sorter.DocValueSorter. comparator
Methods in org.apache.lucene.index that return IndexSorter.DocComparator Modifier and Type Method Description IndexSorter.DocComparator
IndexSorter.DoubleSorter. getDocComparator(LeafReader reader, int maxDoc)
IndexSorter.DocComparator
IndexSorter.FloatSorter. getDocComparator(LeafReader reader, int maxDoc)
IndexSorter.DocComparator
IndexSorter. getDocComparator(LeafReader reader, int maxDoc)
Get a comparator that determines the sort order of docs within a single Reader.IndexSorter.DocComparator
IndexSorter.IntSorter. getDocComparator(LeafReader reader, int maxDoc)
IndexSorter.DocComparator
IndexSorter.LongSorter. getDocComparator(LeafReader reader, int maxDoc)
IndexSorter.DocComparator
IndexSorter.StringSorter. getDocComparator(LeafReader reader, int maxDoc)
Methods in org.apache.lucene.index with parameters of type IndexSorter.DocComparator Modifier and Type Method Description private static Sorter.DocMap
Sorter. sort(int maxDoc, IndexSorter.DocComparator comparator)
Computes the old-to-new permutation over the given comparator.(package private) Sorter.DocMap
Sorter. sort(int maxDoc, IndexSorter.DocComparator[] comparators)
Constructors in org.apache.lucene.index with parameters of type IndexSorter.DocComparator Constructor Description DocValueSorter(int[] docs, IndexSorter.DocComparator comparator)
-