Java org.apache.lucene.analysis.commongrams CommonGramsFilter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringGRAM_TYPE

Constructor

CommonGramsFilter(TokenStream input, CharArraySet commonWords)
Construct a token stream filtering the given input using a Set of common words to create bigrams.