BrazilianAnalyzer
org.gnit.lucenekmp.analysis.Analyzer for Brazilian Portuguese language.
Supports an external list of stopwords (words that will not be indexed at all) and an external list of exclusions (words that will not be stemmed, but indexed).
NOTE: This class uses the same Version dependent settings as StandardAnalyzer.
Constructors
Link copied to clipboard
constructor()
Builds an analyzer with the default stop words (getDefaultStopSet).
Builds an analyzer with the given stop words
Builds an analyzer with the given stop words and stemming exclusion words