Package | Description |
---|---|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
Modifier and Type | Field and Description |
---|---|
private ConditionalTokenFilter.TokenState |
ConditionalTokenFilter.state |
Modifier and Type | Method and Description |
---|---|
static ConditionalTokenFilter.TokenState |
ConditionalTokenFilter.TokenState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalTokenFilter.TokenState[] |
ConditionalTokenFilter.TokenState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|