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

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

Introduction

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

The text is from its open source code.

Constructor

StopAnalyzer(CharArraySet stopWords)
Builds an analyzer with the stop words from the given set.
StopAnalyzer(Path stopwordsFile)
Builds an analyzer with the stop words from the given path.
StopAnalyzer(Reader stopwords)
Builds an analyzer with the stop words from the given reader.
StopAnalyzer