Search Results for

    Show / Hide Table of Contents

    Interface ISuggestContextQuery

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

    Properties

    | Edit this page View Source

    Boost

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

    Context

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

    Neighbours

    Declaration
    [DataMember(Name = "neighbours")]
    Union<Distance[], int[]> Neighbours { get; set; }
    Property Value
    Type Description
    Union<Distance[], int[]>
    | Edit this page View Source

    Precision

    Declaration
    [DataMember(Name = "precision")]
    Union<Distance, int> Precision { get; set; }
    Property Value
    Type Description
    Union<Distance, int>
    | Edit this page View Source

    Prefix

    Declaration
    [DataMember(Name = "prefix")]
    bool? Prefix { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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