| Package | Description |
|---|---|
| org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
| org.apache.lucene.analysis.phonetic |
Analysis components for phonetic search.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
List<AttributeSource.State> |
LookaheadTokenFilter.Position.inputTokens |
| Modifier and Type | Method and Description |
|---|---|
AttributeSource.State |
LookaheadTokenFilter.Position.nextState() |
| Modifier and Type | Method and Description |
|---|---|
void |
LookaheadTokenFilter.Position.add(AttributeSource.State state) |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeSource.State |
PhoneticFilter.save |
| Modifier and Type | Method and Description |
|---|---|
AttributeSource.State |
AttributeSource.captureState()
Captures the state of all Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeSource.restoreState(AttributeSource.State state)
Restores this state by copying the values of all attribute implementations
that this state contains into the attributes implementations of the targetStream.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.