Package | Description |
---|---|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util |
Some utility classes.
|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Class and Description |
---|---|
private class |
WordDelimiterFilter.OffsetSorter
Deprecated.
|
private class |
WordDelimiterGraphFilter.PositionSorter |
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 |
ArrayInPlaceMergeSorter<T>
An
InPlaceMergeSorter for object arrays. |
(package private) class |
ArrayIntroSorter<T>
An
IntroSorter for object arrays. |
(package private) class |
ArrayTimSorter<T>
A
TimSorter for object arrays. |
private static class |
CollectionUtil.ListIntroSorter<T> |
private static class |
CollectionUtil.ListTimSorter<T> |
class |
InPlaceMergeSorter
Sorter implementation based on the merge-sort algorithm that merges
in place (no extra memory will be allocated). |
class |
IntroSorter
|
class |
MSBRadixSorter
Radix sorter for variable-length strings.
|
(package private) class |
StringMSBRadixSorter |
class |
TimSorter
|
Modifier and Type | Method and Description |
---|---|
protected Sorter |
StringMSBRadixSorter.getFallbackSorter(int k) |
protected Sorter |
MSBRadixSorter.getFallbackSorter(int k)
Get a fall-back sorter which may assume that the first k bytes of all compared strings are equal.
|
Modifier and Type | Field and Description |
---|---|
private Sorter |
Automaton.destMinMaxSorter
Sorts transitions by dest, ascending, then min label ascending, then max label ascending
|
private Sorter |
Automaton.minMaxDestSorter
Sorts transitions by min label, ascending, then max label ascending, then dest ascending
|
private Sorter |
Automaton.Builder.sorter
Sorts transitions first then min label ascending, then
max label ascending, then dest ascending
|