StandardTokenizerFactory instead.
This tokenizer has no Russian-specific functionality.@Deprecated public class RussianLetterTokenizerFactory extends BaseTokenizerFactory
logargs, luceneMatchVersion| Constructor and Description |
|---|
RussianLetterTokenizerFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.ru.RussianLetterTokenizer |
create(java.io.Reader in)
Deprecated.
Creates a TokenStream of the specified input
|
void |
init(java.util.Map<java.lang.String,java.lang.String> args)
Deprecated.
init will be called just once, immediately after creation. |
assureMatchVersion, getArgs, getBoolean, getBoolean, getInt, getInt, getInt, getSnowballWordSet, getWordSet, warnDeprecatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgspublic void init(java.util.Map<java.lang.String,java.lang.String> args)
TokenizerFactoryinit will be called just once, immediately after creation.
The args are user-level initialization parameters that may be specified when declaring a the factory in the schema.xml
init in interface TokenizerFactoryinit in class BaseTokenStreamFactorypublic org.apache.lucene.analysis.ru.RussianLetterTokenizer create(java.io.Reader in)
TokenizerFactory