public final class AnyCharTokenizer
extends org.apache.lucene.analysis.util.CharTokenizer
| Constructor and Description |
|---|
AnyCharTokenizer()
Construct a new AnyCharTokenizer.
|
AnyCharTokenizer(org.apache.lucene.util.AttributeFactory factory)
Construct a new AnyCharTokenizer using a given
AttributeFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTokenChar(int c)
Collects any characters.
|
end, incrementToken, normalize, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic AnyCharTokenizer()
public AnyCharTokenizer(org.apache.lucene.util.AttributeFactory factory)
AttributeFactory.factory - the attribute factory to use for this Tokenizer