Search Results for

    Show / Hide Table of Contents

    Class GeoDistanceQuery

    Inheritance
    object
    QueryBase
    FieldNameQueryBase
    GeoDistanceQuery
    Implements
    IGeoDistanceQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryBase.Field
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    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
    public class GeoDistanceQuery : FieldNameQueryBase, IGeoDistanceQuery, IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    Distance

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

    DistanceType

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

    Location

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

    ValidationMethod

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

    Implements

    IGeoDistanceQuery
    IFieldNameQuery
    IQuery

    Extension Methods

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