Java org.apache.lucene.analysis.ngram EdgeNGramTokenFilter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

EdgeNGramTokenFilter(TokenStream input, int minGram, int maxGram, boolean preserveOriginal)
Creates an EdgeNGramTokenFilter that, for a given input term, produces all edge n-grams with lengths >= minGram and <= maxGram.