Java org.apache.lucene.analysis.hunspell HunspellStemFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.hunspell HunspellStemFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.hunspell HunspellStemFilter.

The text is from its open source code.

Constructor

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