Search Results for

    Show / Hide Table of Contents

    Interface IPatternAnalyzer

    An analyzer of type pattern that can flexibly separate text into terms via a regular expression.

    Inherited Members
    IAnalyzer.Type
    IAnalyzer.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPatternAnalyzer : IAnalyzer

    Properties

    | Edit this page View Source

    Flags

    Declaration
    [DataMember(Name = "flags")]
    string Flags { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Lowercase

    Declaration
    [DataMember(Name = "lowercase")]
    bool? Lowercase { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Pattern

    Declaration
    [DataMember(Name = "pattern")]
    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
    [DataMember(Name = "stopwords")]
    StopWords StopWords { get; set; }
    Property Value
    Type Description
    StopWords

    Extension Methods

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