org.apache.solr.analysis
Class HyphenatedWordsFilterFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenFilterFactory
      extended by org.apache.solr.analysis.HyphenatedWordsFilterFactory
All Implemented Interfaces:
TokenFilterFactory

public class HyphenatedWordsFilterFactory
extends BaseTokenFilterFactory

Factory for HyphenatedWordsFilter

Author:
Boris Vitez

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args
 
Constructor Summary
HyphenatedWordsFilterFactory()
           
 
Method Summary
 TokenStream create(TokenStream input)
          Transform the specified input TokenStream
 
Methods inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
getArgs, getBoolean, getBoolean, getInt, getInt, getInt, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyphenatedWordsFilterFactory

public HyphenatedWordsFilterFactory()
Method Detail

create

public TokenStream create(TokenStream input)
Description copied from interface: TokenFilterFactory
Transform the specified input TokenStream



Copyright © 2006 - 2009 The Apache Software Foundation