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 class
Deprecated.private class
-
Uses of Sorter in org.apache.lucene.index
Subclasses of Sorter in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static final class
private static final class
ATimSorter
which 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 class
AnInPlaceMergeSorter
for object arrays.(package private) final class
AnIntroSorter
for object arrays.(package private) final class
ATimSorter
for object arrays.private static final class
private static final class
class
Sorter
implementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).class
class
Radix sorter for variable-length strings.class
Stable radix sorter for variable-length strings.(package private) class
class
Methods in org.apache.lucene.util that return SorterModifier and TypeMethodDescriptionprotected Sorter
MSBRadixSorter.getFallbackSorter
(int k) Get a fall-back sorter which may assume that the first k bytes of all compared strings are equal.protected Sorter
StableMSBRadixSorter.getFallbackSorter
(int k) protected Sorter
StringMSBRadixSorter.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 Sorter
Automaton.destMinMaxSorter
Sorts transitions by dest, ascending, then min label ascending, then max label ascendingprivate final Sorter
Automaton.minMaxDestSorter
Sorts transitions by min label, ascending, then max label ascending, then dest ascendingprivate final Sorter
Automaton.Builder.sorter
Sorts transitions first then min label ascending, then max label ascending, then dest ascending