Search Results for

    Show / Hide Table of Contents

    Class GeoSuggestContext

    Inheritance
    object
    SuggestContextBase
    GeoSuggestContext
    Implements
    IGeoSuggestContext
    ISuggestContext
    Inherited Members
    SuggestContextBase.Name
    SuggestContextBase.Path
    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
    [DataContract]
    public class GeoSuggestContext : SuggestContextBase, 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
    public IEnumerable<string> Precision { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Type

    Declaration
    public override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    SuggestContextBase.Type

    Implements

    IGeoSuggestContext
    ISuggestContext

    Extension Methods

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