Constructor StopwordAnalyzerBase
StopwordAnalyzerBase(LuceneVersion, CharArraySet)
Creates a new instance initialized with the given stopword set
Declaration
protected StopwordAnalyzerBase(LuceneVersion version, CharArraySet stopwords)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | version | the Lucene version for cross version compatibility |
CharArraySet | stopwords | the analyzer's stopword set |
StopwordAnalyzerBase(LuceneVersion)
Creates a new Analyzer with an empty stopword set
Declaration
protected StopwordAnalyzerBase(LuceneVersion version)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | version | the Lucene version for cross version compatibility |
StopwordAnalyzerBase(LuceneVersion, Boolean)
Declaration
protected StopwordAnalyzerBase(LuceneVersion version, bool json)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | version | |
System.Boolean | json |