Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.core |
Basic, general-purpose analysis components.
|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
TokenStreamToAutomaton.Position |
Modifier and Type | Class and Description |
---|---|
private static class |
FlattenGraphFilter.InputNode
Holds all tokens leaving a given input position.
|
private static class |
FlattenGraphFilter.OutputNode
Gathers up merged input positions into a single output position,
only for the current "frontier" of nodes we've seen but can't yet
output because they are not frozen.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SynonymGraphFilter.BufferedInputToken |
Modifier and Type | Class and Description |
---|---|
class |
RollingBuffer<T extends RollingBuffer.Resettable>
Acts like forever growing T[], but internally uses a
circular buffer to reuse instances of T.
|
Modifier and Type | Field and Description |
---|---|
private T[] |
RollingBuffer.buffer |