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 class
InPlaceMergeSorter
Sorter
implementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).class
IntroSorter
class
TimSorter
-