Search Results for

    Show / Hide Table of Contents

    Interface IPatternReplaceTokenFilter

    The pattern_replace token filter allows to easily handle string replacements based on a regular expression.

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPatternReplaceTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    Flags

    The flags for the regular expression

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

    Pattern

    The regular expression

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

    Replacement

    Replacement string

    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