Java org.apache.lucene.analysis.standard ClassicAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

ClassicAnalyzer(CharArraySet stopWords)
Builds an analyzer with the given stop words.
ClassicAnalyzer(Reader stopwords)
Builds an analyzer with the stop words from the given reader.
ClassicAnalyzer()
Builds an analyzer with the default stop words ( #STOP_WORDS_SET ).