org.apache.solr.analysis
Class LowerCaseTokenizerFactory

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

public class LowerCaseTokenizerFactory
extends BaseTokenizerFactory

Version:
$Id: LowerCaseTokenizerFactory.java 472574 2006-11-08 18:25:52Z yonik $
Author:
yonik

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args
 
Constructor Summary
LowerCaseTokenizerFactory()
           
 
Method Summary
 TokenStream create(Reader input)
          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

LowerCaseTokenizerFactory

public LowerCaseTokenizerFactory()
Method Detail

create

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



Copyright © 2006 - 2009 The Apache Software Foundation