Search Results for

    Show / Hide Table of Contents

    Class PhraseSuggestCollate

    Inheritance
    object
    PhraseSuggestCollate
    Implements
    IPhraseSuggestCollate
    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 PhraseSuggestCollate : IPhraseSuggestCollate

    Properties

    | Edit this page View Source

    Params

    The parameters for the query. the suggestion value will be added to the variables you specify.

    Declaration
    public IDictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Prune

    Controls if all phrase suggestions will be returned. When set to true, the suggestions will have an additional option collate_match, which will be true if matching documents for the phrase was found, false otherwise. The default value for Prune is false.

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

    Query

    The collate query to run.

    Declaration
    public IPhraseSuggestCollateQuery Query { get; set; }
    Property Value
    Type Description
    IPhraseSuggestCollateQuery

    Implements

    IPhraseSuggestCollate

    Extension Methods

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