org.apache.solr.analysis
Class StopFilterFactory

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

public class StopFilterFactory
extends BaseTokenFilterFactory
implements ResourceLoaderAware

Version:
$Id: StopFilterFactory.java 761036 2009-04-01 20:07:44Z gsingers $

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args, log
 
Constructor Summary
StopFilterFactory()
           
 
Method Summary
 StopFilter create(TokenStream input)
          Transform the specified input TokenStream
 Set getStopWords()
           
 void inform(org.apache.solr.common.ResourceLoader loader)
           
 boolean isEnablePositionIncrements()
           
 boolean isIgnoreCase()
           
 
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

StopFilterFactory

public StopFilterFactory()
Method Detail

inform

public void inform(org.apache.solr.common.ResourceLoader loader)
Specified by:
inform in interface ResourceLoaderAware

isEnablePositionIncrements

public boolean isEnablePositionIncrements()

isIgnoreCase

public boolean isIgnoreCase()

getStopWords

public Set getStopWords()

create

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

Specified by:
create in interface TokenFilterFactory


Copyright © 2009 Apache Software Foundation. All Rights Reserved.