| Package | Description | 
|---|---|
| org.apache.lucene.analysis.hunspell | 
 Stemming TokenFilter using a Java implementation of the 
 Hunspell stemming algorithm. 
 | 
| Constructor and Description | 
|---|
HunspellStemFilter(TokenStream input,
                  Dictionary dictionary)
Create a  
HunspellStemFilter outputting all possible stems. | 
HunspellStemFilter(TokenStream input,
                  Dictionary dictionary,
                  boolean dedup)
Create a  
HunspellStemFilter outputting all possible stems. | 
HunspellStemFilter(TokenStream input,
                  Dictionary dictionary,
                  boolean dedup,
                  boolean longestOnly)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided
 Dictionary 
 | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.