Uses of Interface
org.apache.solr.analysis.TokenFilterFactory

Packages that use TokenFilterFactory
org.apache.solr.analysis   
 

Uses of TokenFilterFactory in org.apache.solr.analysis
 

Classes in org.apache.solr.analysis that implement TokenFilterFactory
 class BaseTokenFilterFactory
          Simple abstract implementation that handles init arg processing.
 class EnglishPorterFilterFactory
           
 class HyphenatedWordsFilterFactory
          Factory for HyphenatedWordsFilter
 class ISOLatin1AccentFilterFactory
          Factory for ISOLatin1AccentFilter $Id: ISOLatin1AccentFilterFactory.java 540849 2007-05-23 05:57:03Z otis $
 class LengthFilterFactory
           
 class LowerCaseFilterFactory
           
 class PatternReplaceFilterFactory
           
 class PhoneticFilterFactory
          Create tokens based on phonetic encoders http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html This takes two arguments: "encoder" required, one of "DoubleMetaphone", "Metaphone", "Soundex", "RefinedSoundex" "inject" (default=true) add tokens to the stream with the offset=0
 class PorterStemFilterFactory
           
 class RemoveDuplicatesTokenFilterFactory
           
 class SnowballPorterFilterFactory
          Factory for SnowballFilters, with configurable language Browsing the code, SnowballFilter uses reflection to adapt to Lucene...
 class StandardFilterFactory
           
 class StopFilterFactory
           
 class SynonymFilterFactory
           
 class TrimFilterFactory
           
 class WordDelimiterFilterFactory
           
 

Methods in org.apache.solr.analysis that return TokenFilterFactory
 TokenFilterFactory[] TokenizerChain.getTokenFilterFactories()
           
 

Constructors in org.apache.solr.analysis with parameters of type TokenFilterFactory
TokenizerChain(TokenizerFactory tokenizer, TokenFilterFactory[] filters)
           
 



Copyright © 2006 - 2009 The Apache Software Foundation