org.apache.solr.analysis
Class StandardTokenizerFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenizerFactory
org.apache.solr.analysis.StandardTokenizerFactory
- All Implemented Interfaces:
- TokenizerFactory
public class StandardTokenizerFactory
- extends BaseTokenizerFactory
- Version:
- $Id: StandardTokenizerFactory.java 591158 2007-11-01 22:37:42Z hossman $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardTokenizerFactory
public StandardTokenizerFactory()
create
public StandardTokenizer create(Reader input)
- Description copied from interface:
TokenizerFactory
- Creates a TokenStream of the specified input
Copyright © 2011 Apache Software Foundation. All Rights Reserved.