Search Results for

    Show / Hide Table of Contents

    Interface IPatternReplaceCharFilter

    The pattern_replace char filter allows the use of a regex to manipulate the characters in a string before analysis.

    Inherited Members
    ICharFilter.Type
    ICharFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPatternReplaceCharFilter : ICharFilter

    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

    Pattern

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

    Replacement

    Declaration
    [DataMember(Name = "replacement")]
    string Replacement { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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