Java org.apache.lucene.analysis.pt PortugueseAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

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