org.apache.solr.analysis
Class DutchStemFilterFactory

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

public class DutchStemFilterFactory
extends BaseTokenFilterFactory


Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args, log
 
Constructor Summary
DutchStemFilterFactory()
           
 
Method Summary
 DutchStemFilter create(TokenStream _in)
          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

DutchStemFilterFactory

public DutchStemFilterFactory()
Method Detail

create

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



Copyright © 2009 Apache Software Foundation. All Rights Reserved.