Search Results for

    Show / Hide Table of Contents

    Interface IPhraseSuggestCollateQuery

    A query to run for a phrase suggester collate

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPhraseSuggestCollateQuery

    Properties

    | Edit this page View Source

    Id

    The id for a stored script to execute

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

    Source

    The source script to be executed

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

    Extension Methods

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