Search Results for

    Show / Hide Table of Contents

    Class PhraseSuggestCollateQuery

    Inheritance
    object
    PhraseSuggestCollateQuery
    Implements
    IPhraseSuggestCollateQuery
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class PhraseSuggestCollateQuery : IPhraseSuggestCollateQuery

    Properties

    | Edit this page View Source

    Id

    The id for a stored script to execute

    Declaration
    public Id Id { get; set; }
    Property Value
    Type Description
    Id
    | Edit this page View Source

    Source

    The source script to be executed

    Declaration
    public string Source { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPhraseSuggestCollateQuery

    Extension Methods

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