org.apache.solr.analysis
Class RussianLetterTokenizerFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenizerFactory
      extended by org.apache.solr.analysis.RussianLetterTokenizerFactory
All Implemented Interfaces:
TokenizerFactory

public class RussianLetterTokenizerFactory
extends BaseTokenizerFactory


Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args, log
 
Constructor Summary
RussianLetterTokenizerFactory()
           
 
Method Summary
 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 org.apache.solr.analysis.BaseTokenizerFactory
getArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RussianLetterTokenizerFactory

public RussianLetterTokenizerFactory()
Method Detail

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 RussianLetterTokenizer create(Reader in)
Description copied from interface: TokenizerFactory
Creates a TokenStream of the specified input



Copyright © 2011 Apache Software Foundation. All Rights Reserved.