Java org.apache.lucene.analysis.core StopFilter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

StopFilter(TokenStream in, CharArraySet stopWords)
Constructs a filter which removes words from the input TokenStream that are named in the Set.
StopFilter(TokenStream in, CharArraySet stopWords)
Constructs a filter which removes words from the input TokenStream that are named in the Set.

Method