org.apache.solr.analysis
Class LetterTokenizerFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenizerFactory
org.apache.solr.analysis.LetterTokenizerFactory
- All Implemented Interfaces:
- TokenizerFactory
public class LetterTokenizerFactory
- extends BaseTokenizerFactory
- Version:
- $Id: LetterTokenizerFactory.java 472574 2006-11-08 18:25:52Z yonik $
- Author:
- yonik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LetterTokenizerFactory
public LetterTokenizerFactory()
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