Java org.apache.lucene.analysis.fr FrenchAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

CharArraySetDEFAULT_ARTICLES
Default set of articles for ElisionFilter

Constructor

FrenchAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words
FrenchAnalyzer(CharArraySet stopwords, CharArraySet stemExclutionSet)
Builds an analyzer with the given stop words
FrenchAnalyzer()
Builds an analyzer with the default stop words ( #getDefaultStopSet ).

Method

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