Search Results for

    Show / Hide Table of Contents

    Interface IScriptQuery

    A query allowing to define a script to execute as a query

    Inherited Members
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IScriptQuery : IQuery

    Properties

    | Edit this page View Source

    Script

    The script to execute

    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