Java org.apache.lucene.analysis.br BrazilianAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

BrazilianAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words
BrazilianAnalyzer()
Builds an analyzer with the default stop words ( #getDefaultStopSet() ).
BrazilianAnalyzer(CharArraySet stopwords, CharArraySet stemExclusionSet)
Builds an analyzer with the given stop words and stemming exclusion words

Method

CharArraySetgetDefaultStopSet()
Returns an unmodifiable instance of the default stop-words set.