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 class
Sorter.DocValueSorter
private static class
SortingLeafReader.SortingDocsEnum.DocFreqSorter
private static class
SortingLeafReader.SortingPostingsEnum.DocOffsetSorter
ATimSorter
which sorts two parallel arrays of doc IDs and offsets in one go. -
Uses of TimSorter in org.apache.lucene.util
Subclasses of TimSorter in org.apache.lucene.util Modifier and Type Class Description (package private) class
ArrayTimSorter<T>
ATimSorter
for object arrays.private static class
CollectionUtil.ListTimSorter<T>
-