org.apache.lucene.analysis.ru
StandardTokenizer instead, which has the same functionality.
This filter will be removed in Lucene 5.0@Deprecated public class RussianLetterTokenizer extends CharTokenizer
Tokenizer that extends LetterTokenizer
by also allowing the basic Latin digits 0-9.
You must specify the required Version compatibility when creating
RussianLetterTokenizer:
CharTokenizer uses an int based API to normalize and
detect token characters. See CharTokenizer.isTokenChar(int) and
CharTokenizer.normalize(int) for details.AttributeSource.AttributeFactory, AttributeSource.State| Constructor and Description |
|---|
RussianLetterTokenizer(Version matchVersion,
AttributeSource.AttributeFactory factory,
Reader in)
Deprecated.
Construct a new RussianLetterTokenizer using a given
AttributeSource.AttributeFactory. |
RussianLetterTokenizer(Version matchVersion,
Reader in)
Deprecated.
Construct a new RussianLetterTokenizer.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTokenChar(int c)
Deprecated.
Collects only characters which satisfy
Character.isLetter(int). |
end, incrementToken, normalize, resetclose, correctOffset, setReaderaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic RussianLetterTokenizer(Version matchVersion, Reader in)
in - the input to split up into tokenspublic RussianLetterTokenizer(Version matchVersion, AttributeSource.AttributeFactory factory, Reader in)
AttributeSource.AttributeFactory. * @param
matchVersion Lucene version to match See
abovefactory - the attribute factory to use for this Tokenizerin - the input to split up into tokensprotected boolean isTokenChar(int c)
Character.isLetter(int).isTokenChar in class CharTokenizerCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.