public final class AnyCharTokenizer
extends org.apache.lucene.analysis.util.CharTokenizer
| Constructor and Description |
|---|
AnyCharTokenizer(org.apache.lucene.util.Version matchVersion,
org.apache.lucene.util.AttributeFactory factory,
Reader in)
Construct a new AnyCharTokenizer using a given
AttributeFactory. |
AnyCharTokenizer(org.apache.lucene.util.Version matchVersion,
Reader in)
Construct a new AnyCharTokenizer.
|
| 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(org.apache.lucene.util.Version matchVersion,
Reader in)
matchVersion - Lucene version to matchin - the input to split up into tokenspublic AnyCharTokenizer(org.apache.lucene.util.Version matchVersion,
org.apache.lucene.util.AttributeFactory factory,
Reader in)
AttributeFactory.matchVersion - Lucene version to matchfactory - the attribute factory to use for this Tokenizerin - the input to split up into tokens