Uses of Class
org.apache.lucene.util.Sorter
-
Packages that use Sorter Package Description org.apache.lucene.util Some utility classes. -
-
Uses of Sorter in org.apache.lucene.util
Subclasses of Sorter in org.apache.lucene.util Modifier and Type Class Description classInPlaceMergeSorterSorterimplementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).classIntroSorterclassMSBRadixSorterRadix sorter for variable-length strings.classStableMSBRadixSorterStable radix sorter for variable-length strings.classTimSorterMethods 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 SorterStableMSBRadixSorter. getFallbackSorter(int k)
-