Java org.apache.lucene.analysis.pl PolishAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringDEFAULT_STEMMER_FILE
File containing default Polish stemmer table.

Constructor

PolishAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words.
PolishAnalyzer()
Builds an analyzer with the default stop words: #DEFAULT_STOPWORD_FILE .

Method

CharArraySetgetDefaultStopSet()
Returns an unmodifiable instance of the default stop words set.
TokenStreamtokenStream(final String fieldName, final Reader reader)
Returns a TokenStream suitable for fieldName, tokenizing the contents of reader.