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 | Description |
---|---|---|
List<AttributeSource.State> |
LookaheadTokenFilter.Position.inputTokens |
Modifier and Type | Method | Description |
---|---|---|
AttributeSource.State |
LookaheadTokenFilter.Position.nextState() |
Modifier and Type | Method | Description |
---|---|---|
void |
LookaheadTokenFilter.Position.add(AttributeSource.State state) |
Modifier and Type | Field | Description |
---|---|---|
protected AttributeSource.State |
PhoneticFilter.save |
Modifier and Type | Method | Description |
---|---|---|
AttributeSource.State |
AttributeSource.captureState() |
Captures the state of all Attributes.
|
Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.