Uses of Class
org.apache.lucene.util.TimSorter
-
Packages that use TimSorter Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of TimSorter in org.apache.lucene.index
Subclasses of TimSorter in org.apache.lucene.index Modifier and Type Class Description private static classFreqProxTermsWriter.SortingDocsEnum.DocFreqSorterprivate static classFreqProxTermsWriter.SortingPostingsEnum.DocOffsetSorterATimSorterwhich sorts two parallel arrays of doc IDs and offsets in one go.private static classSorter.DocValueSorter -
Uses of TimSorter in org.apache.lucene.util
Subclasses of TimSorter in org.apache.lucene.util Modifier and Type Class Description (package private) classArrayTimSorter<T>ATimSorterfor object arrays.private static classCollectionUtil.ListTimSorter<T>
-