Search Results for

    Show / Hide Table of Contents

    Class LanguageAnalyzer

    Inheritance
    object
    AnalyzerBase
    LanguageAnalyzer
    Implements
    ILanguageAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerBase.Version
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    Language?
    | 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
    Type Description
    IEnumerable<string>
    | 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
    Type Description
    StopWords
    | 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
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    public override string Type { get; protected set; }
    Property Value
    Type Description
    string
    Overrides
    AnalyzerBase.Type

    Implements

    ILanguageAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Language
      • StemExclusionList
      • StopWords
      • StopwordsPath
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX