Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Sorter.DocValueSorter |
private static class |
SortingLeafReader.SortingDocsEnum.DocFreqSorter |
private static class |
SortingLeafReader.SortingPostingsEnum.DocOffsetSorter
A
TimSorter which sorts two parallel arrays of doc IDs and
offsets in one go. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ArrayTimSorter<T>
A
TimSorter for object arrays. |
private static class |
CollectionUtil.ListTimSorter<T> |