Search Results for

    Show / Hide Table of Contents

    Interface IGeoDistanceQuery

    Inherited Members
    IFieldNameQuery.Field
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeoDistanceQuery : IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Distance

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

    DistanceType

    Declaration
    GeoDistanceType? DistanceType { get; set; }
    Property Value
    Type Description
    GeoDistanceType?
    | Edit this page View Source

    Location

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

    ValidationMethod

    Declaration
    GeoValidationMethod? ValidationMethod { get; set; }
    Property Value
    Type Description
    GeoValidationMethod?

    Extension Methods

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