Uses of Interface
org.apache.lucene.index.IndexSorter.DocComparator
Packages that use IndexSorter.DocComparator
-
Uses of IndexSorter.DocComparator in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexSorter.DocComparatorModifier and TypeFieldDescriptionprivate final IndexSorter.DocComparatorSorter.DocValueSorter.comparatorMethods in org.apache.lucene.index that return IndexSorter.DocComparatorModifier and TypeMethodDescriptionIndexSorter.DoubleSorter.getDocComparator(LeafReader reader, int maxDoc) IndexSorter.FloatSorter.getDocComparator(LeafReader reader, int maxDoc) IndexSorter.getDocComparator(LeafReader reader, int maxDoc) Get a comparator that determines the sort order of docs within a single Reader.IndexSorter.IntSorter.getDocComparator(LeafReader reader, int maxDoc) IndexSorter.LongSorter.getDocComparator(LeafReader reader, int maxDoc) IndexSorter.StringSorter.getDocComparator(LeafReader reader, int maxDoc) Methods in org.apache.lucene.index with parameters of type IndexSorter.DocComparatorModifier and TypeMethodDescriptionprivate 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.DocComparatorModifierConstructorDescription(package private)DocValueSorter(int[] docs, IndexSorter.DocComparator comparator)