org.apache.solr.analysis
Class CJKTokenizerFactory

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

public class CJKTokenizerFactory
extends BaseTokenizerFactory


Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args, log
 
Constructor Summary
CJKTokenizerFactory()
           
 
Method Summary
 CJKTokenizer create(Reader in)
          Creates a TokenStream of the specified input
 
Methods inherited from class org.apache.solr.analysis.BaseTokenizerFactory
getArgs, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CJKTokenizerFactory

public CJKTokenizerFactory()
Method Detail

create

public CJKTokenizer create(Reader in)
Description copied from interface: TokenizerFactory
Creates a TokenStream of the specified input



Copyright © 2011 Apache Software Foundation. All Rights Reserved.