Search Results for

    Show / Hide Table of Contents

    Class SnowballAnalyzerDescriptor

    Inheritance
    object
    DescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>
    AnalyzerDescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>
    SnowballAnalyzerDescriptor
    Implements
    IDescriptor
    ISnowballAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerDescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>.Type
    AnalyzerDescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>.Version(string)
    DescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>.Self
    DescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>.Assign<TValue>(TValue, Action<ISnowballAnalyzer, TValue>)
    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 SnowballAnalyzerDescriptor : AnalyzerDescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>, IDescriptor, ISnowballAnalyzer, IAnalyzer

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    AnalyzerDescriptorBase<SnowballAnalyzerDescriptor, ISnowballAnalyzer>.Type

    Methods

    | Edit this page View Source

    Language(SnowballLanguage?)

    Declaration
    public SnowballAnalyzerDescriptor Language(SnowballLanguage? language)
    Parameters
    Type Name Description
    SnowballLanguage? language
    Returns
    Type Description
    SnowballAnalyzerDescriptor
    | Edit this page View Source

    StopWords(StopWords)

    Declaration
    public SnowballAnalyzerDescriptor StopWords(StopWords stopWords)
    Parameters
    Type Name Description
    StopWords stopWords
    Returns
    Type Description
    SnowballAnalyzerDescriptor
    | Edit this page View Source

    StopWords(IEnumerable<string>)

    Declaration
    public SnowballAnalyzerDescriptor StopWords(IEnumerable<string> stopWords)
    Parameters
    Type Name Description
    IEnumerable<string> stopWords
    Returns
    Type Description
    SnowballAnalyzerDescriptor
    | Edit this page View Source

    StopWords(params string[])

    Declaration
    public SnowballAnalyzerDescriptor StopWords(params string[] stopWords)
    Parameters
    Type Name Description
    string[] stopWords
    Returns
    Type Description
    SnowballAnalyzerDescriptor

    Implements

    IDescriptor
    ISnowballAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Type
    • Methods
      • Language(SnowballLanguage?)
      • StopWords(StopWords)
      • StopWords(IEnumerable<string>)
      • StopWords(params string[])
    • Implements
    • Extension Methods
    Back to top Generated by DocFX