Uses of Class
org.apache.lucene.util.Sorter
-
Packages that use Sorter Package Description org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes.org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of Sorter in org.apache.lucene.analysis.miscellaneous
Subclasses of Sorter in org.apache.lucene.analysis.miscellaneous Modifier and Type Class Description private classWordDelimiterFilter.OffsetSorterDeprecated.private classWordDelimiterGraphFilter.PositionSorter -
Uses of Sorter in org.apache.lucene.index
Subclasses of Sorter in org.apache.lucene.index Modifier and Type Class Description private static classFreqProxTermsWriter.SortingDocsEnum.DocFreqSorterprivate static classFreqProxTermsWriter.SortingPostingsEnum.DocOffsetSorterATimSorterwhich sorts two parallel arrays of doc IDs and offsets in one go.private static classSorter.DocValueSorter -
Uses of Sorter in org.apache.lucene.util
Subclasses of Sorter in org.apache.lucene.util Modifier and Type Class Description (package private) classArrayInPlaceMergeSorter<T>AnInPlaceMergeSorterfor object arrays.(package private) classArrayIntroSorter<T>AnIntroSorterfor object arrays.(package private) classArrayTimSorter<T>ATimSorterfor object arrays.private static classCollectionUtil.ListIntroSorter<T>private static classCollectionUtil.ListTimSorter<T>classInPlaceMergeSorterSorterimplementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).classIntroSorterclassMSBRadixSorterRadix sorter for variable-length strings.(package private) classStringMSBRadixSorterclassTimSorterMethods in org.apache.lucene.util that return Sorter Modifier and Type Method Description protected SorterMSBRadixSorter. getFallbackSorter(int k)Get a fall-back sorter which may assume that the first k bytes of all compared strings are equal.protected SorterStringMSBRadixSorter. getFallbackSorter(int k) -
Uses of Sorter in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as Sorter Modifier and Type Field Description private SorterAutomaton. destMinMaxSorterSorts transitions by dest, ascending, then min label ascending, then max label ascendingprivate SorterAutomaton. minMaxDestSorterSorts transitions by min label, ascending, then max label ascending, then dest ascendingprivate SorterAutomaton.Builder. sorterSorts transitions first then min label ascending, then max label ascending, then dest ascending
-