Search Results for

    Show / Hide Table of Contents

    Class PatternAnalyzerDescriptor

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

    Properties

    | Edit this page View Source

    Type

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

    Methods

    | Edit this page View Source

    Flags(string)

    Declaration
    public PatternAnalyzerDescriptor Flags(string flags)
    Parameters
    Type Name Description
    string flags
    Returns
    Type Description
    PatternAnalyzerDescriptor
    | Edit this page View Source

    Lowercase(bool?)

    Declaration
    public PatternAnalyzerDescriptor Lowercase(bool? lowercase = true)
    Parameters
    Type Name Description
    bool? lowercase
    Returns
    Type Description
    PatternAnalyzerDescriptor
    | Edit this page View Source

    Pattern(string)

    Declaration
    public PatternAnalyzerDescriptor Pattern(string pattern)
    Parameters
    Type Name Description
    string pattern
    Returns
    Type Description
    PatternAnalyzerDescriptor
    | Edit this page View Source

    StopWords(StopWords)

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

    StopWords(IEnumerable<string>)

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

    StopWords(params string[])

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

    Implements

    IDescriptor
    IPatternAnalyzer
    IAnalyzer

    Extension Methods

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