org.apache.solr.analysis
Class LetterTokenizerFactory

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

public class LetterTokenizerFactory
extends BaseTokenizerFactory

Version:
$Id: LetterTokenizerFactory.java 591158 2007-11-01 22:37:42Z hossman $

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args, log
 
Constructor Summary
LetterTokenizerFactory()
           
 
Method Summary
 LetterTokenizer 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

LetterTokenizerFactory

public LetterTokenizerFactory()
Method Detail

create

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



Copyright © 2010 Apache Software Foundation. All Rights Reserved.