Java org.apache.lucene.analysis.stempel StempelFilter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

StempelFilter(TokenStream in, StempelStemmer stemmer, int minLength)
Create filter using the supplied stemming table.
StempelFilter(TokenStream in, StempelStemmer stemmer)
Create filter using the supplied stemming table.