Search Results for

    Show / Hide Table of Contents

    Interface IGeoSuggestContext

    Inherited Members
    ISuggestContext.Name
    ISuggestContext.Path
    ISuggestContext.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeoSuggestContext : ISuggestContext

    Properties

    | Edit this page View Source

    Precision

    The precision of the geohash to encode the query geo point. Only the first value will be serialized.

    Declaration
    [DataMember(Name = "precision")]
    IEnumerable<string> Precision { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Extension Methods

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