Search Results for

    Show / Hide Table of Contents

    Interface IPredicateTokenFilter

    The predicate_token_filter token filter takes a predicate script, and removes tokens that do not match the predicate.

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

    Properties

    | Edit this page View Source

    Script

    a predicate script that determines whether or not the current token will be emitted. Note that only inline scripts are supported.

    Declaration
    [DataMember(Name = "script")]
    IScript Script { get; set; }
    Property Value
    Type Description
    IScript

    Extension Methods

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