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.DocComparatorSorter.DocValueSorter. comparatorMethods in org.apache.lucene.index that return IndexSorter.DocComparator Modifier and Type Method Description IndexSorter.DocComparatorIndexSorter.DoubleSorter. getDocComparator(LeafReader reader, int maxDoc)IndexSorter.DocComparatorIndexSorter.FloatSorter. getDocComparator(LeafReader reader, int maxDoc)IndexSorter.DocComparatorIndexSorter. getDocComparator(LeafReader reader, int maxDoc)Get a comparator that determines the sort order of docs within a single Reader.IndexSorter.DocComparatorIndexSorter.IntSorter. getDocComparator(LeafReader reader, int maxDoc)IndexSorter.DocComparatorIndexSorter.LongSorter. getDocComparator(LeafReader reader, int maxDoc)IndexSorter.DocComparatorIndexSorter.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.DocMapSorter. sort(int maxDoc, IndexSorter.DocComparator comparator)Computes the old-to-new permutation over the given comparator.(package private) Sorter.DocMapSorter. 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)
-