Uses of Class
org.apache.lucene.util.Sorter
Packages that use Sorter
-
Uses of Sorter in org.apache.lucene.util
Subclasses of Sorter in org.apache.lucene.utilModifier and TypeClassDescriptionclass
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.protected static class
A MergeSorter taking advantage of temporary storage.class
ABytesRef
sorter tries to use a efficient radix sorter ifStringSorter.cmp
is aBytesRefComparator
, otherwise fallback toStringSorter.fallbackSorter(java.util.Comparator<org.apache.lucene.util.BytesRef>)
protected class
A radix sorter forBytesRef
class
Methods in org.apache.lucene.util that return SorterModifier and TypeMethodDescriptionprotected Sorter
StringSorter.fallbackSorter
(Comparator<BytesRef> cmp) protected 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
StringSorter.MSBStringRadixSorter.getFallbackSorter
(int k) protected Sorter
StringSorter.radixSorter
(BytesRefComparator cmp)