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.AttributeSource.AttributeFactory factory,
Reader in)
Construct a new AnyCharTokenizer using a given
AttributeSource.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 match See abovein - the input to split up into tokenspublic AnyCharTokenizer(org.apache.lucene.util.Version matchVersion,
org.apache.lucene.util.AttributeSource.AttributeFactory factory,
Reader in)
AttributeSource.AttributeFactory.matchVersion - Lucene version to match See abovefactory - the attribute factory to use for this Tokenizerin - the input to split up into tokens