Search Results for

    Show / Hide Table of Contents

    Class SuggestContextQuery

    Inheritance
    object
    SuggestContextQuery
    Implements
    ISuggestContextQuery
    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 SuggestContextQuery : ISuggestContextQuery

    Properties

    | Edit this page View Source

    Boost

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

    Context

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

    Neighbours

    Declaration
    public Union<Distance[], int[]> Neighbours { get; set; }
    Property Value
    Type Description
    Union<Distance[], int[]>
    | Edit this page View Source

    Precision

    Declaration
    public Union<Distance, int> Precision { get; set; }
    Property Value
    Type Description
    Union<Distance, int>
    | Edit this page View Source

    Prefix

    Declaration
    public bool? Prefix { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    ISuggestContextQuery

    Extension Methods

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