Search Results for

    Show / Hide Table of Contents

    Class GeoSuggestContextDescriptor<T>

    Inheritance
    object
    DescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext>
    SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>
    GeoSuggestContextDescriptor<T>
    Implements
    IDescriptor
    IGeoSuggestContext
    ISuggestContext
    Inherited Members
    SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>.Type
    SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>.Name(string)
    SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>.Path(Field)
    SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>.Path<TValue>(Expression<Func<T, TValue>>)
    DescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext>.Self
    DescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext>.Assign<TValue>(TValue, Action<IGeoSuggestContext, TValue>)
    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 GeoSuggestContextDescriptor<T> : SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>, IDescriptor, IGeoSuggestContext, ISuggestContext where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>.Type

    Methods

    | Edit this page View Source

    Precision(params string[])

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

    Declaration
    public GeoSuggestContextDescriptor<T> Precision(params string[] precisions)
    Parameters
    Type Name Description
    string[] precisions
    Returns
    Type Description
    GeoSuggestContextDescriptor<T>

    Implements

    IDescriptor
    IGeoSuggestContext
    ISuggestContext

    Extension Methods

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