org.apache.solr.analysis
Class StopFilterFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenFilterFactory
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopFilterFactory
public StopFilterFactory()
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 © 2011 Apache Software Foundation. All Rights Reserved.