Java org.apache.lucene.analysis.cz CzechAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

CzechAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words.
CzechAnalyzer()
Builds an analyzer with the default stop words ( #getDefaultStopSet() ).
CzechAnalyzer(CharArraySet stopwords, CharArraySet stemExclusionTable)
Builds an analyzer with the given stop words and a set of work to be excluded from the CzechStemFilter .

Method

CharArraySetgetDefaultStopSet()
Returns a set of default Czech-stopwords