Search Results for

    Show / Hide Table of Contents

    Class PatternAnalyzer

    Inheritance
    object
    AnalyzerBase
    PatternAnalyzer
    Implements
    IPatternAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerBase.Type
    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 PatternAnalyzer : AnalyzerBase, IPatternAnalyzer, IAnalyzer

    Constructors

    | Edit this page View Source

    PatternAnalyzer()

    Declaration
    public PatternAnalyzer()

    Properties

    | Edit this page View Source

    Flags

    Declaration
    public string Flags { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Lowercase

    Declaration
    public bool? Lowercase { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Pattern

    Declaration
    public string Pattern { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StopWords

    A list of stopword to initialize the stop filter with. Defaults to an empty list

    Declaration
    public StopWords StopWords { get; set; }
    Property Value
    Type Description
    StopWords

    Implements

    IPatternAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PatternAnalyzer()
    • Properties
      • Flags
      • Lowercase
      • Pattern
      • StopWords
    • Implements
    • Extension Methods
    Back to top Generated by DocFX