Package | Description |
---|---|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SynonymTokenFilter.createToken(java.lang.String synonym,
AttributeSource.State current)
Creates and returns a token for the given synonym of the current input
token; Override for custom (stateless or stateful) behavior, if desired.
|
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-2019 Apache Software Foundation. All Rights Reserved.