Uses of Class
org.apache.lucene.util.Sorter
Packages that use Sorter
Package
Description
Miscellaneous Tokenstreams.
Code to maintain and access indices.
Some utility classes.
Finite-state automaton for regular expressions.
-
Uses of Sorter in org.apache.lucene.analysis.miscellaneous
Subclasses of Sorter in org.apache.lucene.analysis.miscellaneousModifier and TypeClassDescriptionprivate classDeprecated.private class -
Uses of Sorter in org.apache.lucene.index
Subclasses of Sorter in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static final classprivate static final classATimSorterwhich sorts two parallel arrays of doc IDs and offsets in one go.private static final class -
Uses of Sorter in org.apache.lucene.util
Subclasses of Sorter in org.apache.lucene.utilModifier and TypeClassDescription(package private) final classAnInPlaceMergeSorterfor object arrays.(package private) final classAnIntroSorterfor object arrays.(package private) final classATimSorterfor object arrays.private static final classprivate static final classclassSorterimplementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).classclassRadix sorter for variable-length strings.classStable radix sorter for variable-length strings.(package private) classclassMethods in org.apache.lucene.util that return SorterModifier and TypeMethodDescriptionprotected SorterMSBRadixSorter.getFallbackSorter(int k) Get a fall-back sorter which may assume that the first k bytes of all compared strings are equal.protected SorterStableMSBRadixSorter.getFallbackSorter(int k) protected SorterStringMSBRadixSorter.getFallbackSorter(int k) -
Uses of Sorter in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as SorterModifier and TypeFieldDescriptionprivate final SorterAutomaton.destMinMaxSorterSorts transitions by dest, ascending, then min label ascending, then max label ascendingprivate final SorterAutomaton.minMaxDestSorterSorts transitions by min label, ascending, then max label ascending, then dest ascendingprivate final SorterAutomaton.Builder.sorterSorts transitions first then min label ascending, then max label ascending, then dest ascending