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

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

Introduction

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

The text is from its open source code.

Constructor

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