org.apache.solr.analysis
Class RussianLetterTokenizerFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenizerFactory
org.apache.solr.analysis.RussianLetterTokenizerFactory
- All Implemented Interfaces:
- TokenizerFactory
public class RussianLetterTokenizerFactory
- extends BaseTokenizerFactory
|
Method Summary |
org.apache.lucene.analysis.ru.RussianLetterTokenizer |
create(Reader in)
Creates a TokenStream of the specified input |
void |
init(Map<String,String> args)
init will be called just once, immediately after creation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RussianLetterTokenizerFactory
public RussianLetterTokenizerFactory()
init
public void init(Map<String,String> args)
- Description copied from interface:
TokenizerFactory
init 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
- Specified by:
init in interface TokenizerFactory- Overrides:
init in class BaseTokenizerFactory
create
public org.apache.lucene.analysis.ru.RussianLetterTokenizer create(Reader in)
- Description copied from interface:
TokenizerFactory
- Creates a TokenStream of the specified input
Copyright © 2009 Apache Software Foundation. All Rights Reserved.