Class LanguageAnalyzer
Inheritance
LanguageAnalyzer
Assembly: OpenSearch.Client.dll
Syntax
public class LanguageAnalyzer : AnalyzerBase, ILanguageAnalyzer, IAnalyzer
Properties
|
Edit this page
View Source
Language
Declaration
[IgnoreDataMember]
public Language? Language { get; set; }
Property Value
|
Edit this page
View Source
StemExclusionList
The stem_exclusion parameter allows you to specify an array of lowercase words that should not be stemmed.
Declaration
public IEnumerable<string> StemExclusionList { get; set; }
Property Value
|
Edit this page
View Source
StopWords
A list of stopword to initialize the stop filter with. Defaults to the english stop words.
Declaration
public StopWords StopWords { get; set; }
Property Value
|
Edit this page
View Source
StopwordsPath
A path (either relative to config location, or absolute) to a stopwords file configuration.
Declaration
public string StopwordsPath { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public override string Type { get; protected set; }
Property Value
Overrides
Implements
Extension Methods