| Package | Description |
|---|---|
| org.apache.lucene.analysis.core |
Basic, general-purpose analysis components.
|
| Class and Description |
|---|
| FlattenGraphFilter.InputNode
Holds all tokens leaving a given input position.
|
| 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.
|
| KeywordTokenizer
Emits the entire input as a single token.
|
| LetterTokenizer
A LetterTokenizer is a tokenizer that divides text at non-letters.
|