org.apache.lucene.analysis.standard
Class StandardTokenizerFactory

java.lang.Object
  extended by org.apache.lucene.analysis.util.AbstractAnalysisFactory
      extended by org.apache.lucene.analysis.util.TokenizerFactory
          extended by org.apache.lucene.analysis.standard.StandardTokenizerFactory

public class StandardTokenizerFactory
extends TokenizerFactory

Factory for StandardTokenizer.

 <fieldType name="text_stndrd" class="solr.TextField" positionIncrementGap="100">
   <analyzer>
     <tokenizer class="solr.StandardTokenizerFactory" maxTokenLength="255"/>
   </analyzer>
 </fieldType>


Field Summary
 
Fields inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory
LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion
 
Constructor Summary
StandardTokenizerFactory(Map<String,String> args)
          Creates a new StandardTokenizerFactory
 
Method Summary
 StandardTokenizer create(AttributeSource.AttributeFactory factory, Reader input)
          Creates a TokenStream of the specified input using the given AttributeFactory
 
Methods inherited from class org.apache.lucene.analysis.util.TokenizerFactory
availableTokenizers, create, forName, lookupClass, reloadTokenizers
 
Methods inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory
assureMatchVersion, get, get, get, get, get, getBoolean, getChar, getClassArg, getFloat, getInt, getLines, getLuceneMatchVersion, getOriginalArgs, getPattern, getSet, getSnowballWordSet, getWordSet, isExplicitLuceneMatchVersion, require, require, require, requireBoolean, requireChar, requireFloat, requireInt, setExplicitLuceneMatchVersion, splitFileNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardTokenizerFactory

public StandardTokenizerFactory(Map<String,String> args)
Creates a new StandardTokenizerFactory

Method Detail

create

public StandardTokenizer create(AttributeSource.AttributeFactory factory,
                                Reader input)
Description copied from class: TokenizerFactory
Creates a TokenStream of the specified input using the given AttributeFactory

Specified by:
create in class TokenizerFactory


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.