Search Results for

    Show / Hide Table of Contents

    Interface IMultiplexerTokenFilter

    A token filter of type multiplexer will emit multiple tokens at the same position, each version of the token having been run through a different filter. Identical output tokens at the same position will be removed.

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

    Properties

    | Edit this page View Source

    Filters

    Declaration
    [DataMember(Name = "filters")]
    IEnumerable<string> Filters { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    PreserveOriginal

    Declaration
    [DataMember(Name = "preserve_original")]
    bool? PreserveOriginal { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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