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 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.protected static classA MergeSorter taking advantage of temporary storage.(package private) classclassABytesRefsorter tries to use a efficient radix sorter ifStringSorter.cmpis aBytesRefComparator, otherwise fallback toStringSorter.fallbackSorter(java.util.Comparator<org.apache.lucene.util.BytesRef>)protected classA radix sorter forBytesRefclassMethods in org.apache.lucene.util that return SorterModifier and TypeMethodDescriptionprotected SorterStableStringSorter.fallbackSorter(Comparator<BytesRef> cmp) protected SorterStringSorter.fallbackSorter(Comparator<BytesRef> cmp) 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 SorterStableMSBRadixSorter.getFallbackSorter(int k) protected SorterStringSorter.MSBStringRadixSorter.getFallbackSorter(int k) protected SorterStableStringSorter.radixSorter(BytesRefComparator cmp) protected SorterStringSorter.radixSorter(BytesRefComparator cmp) -
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