Search Results for

    Show / Hide Table of Contents

    Class GeoBoundingBoxQueryDescriptor<T>

    Inheritance
    object
    DescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>
    FieldNameQueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery, T>
    GeoBoundingBoxQueryDescriptor<T>
    Implements
    IDescriptor
    IGeoBoundingBoxQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery, T>.Field(Field)
    FieldNameQueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery, T>.Field<TValue>(Expression<Func<T, TValue>>)
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Conditionless
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Name(string)
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Boost(double?)
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Verbatim(bool)
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Strict(bool)
    DescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Self
    DescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Assign<TValue>(TValue, Action<IGeoBoundingBoxQuery, 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
    public class GeoBoundingBoxQueryDescriptor<T> : FieldNameQueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery, T>, IDescriptor, IGeoBoundingBoxQuery, IFieldNameQuery, IQuery where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Conditionless

    Whether the query is conditionless. A conditionless query is not serialized as part of the request sent to OpenSearch.

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery>.Conditionless

    Methods

    | Edit this page View Source

    BoundingBox(GeoLocation, GeoLocation)

    Declaration
    public GeoBoundingBoxQueryDescriptor<T> BoundingBox(GeoLocation topLeft, GeoLocation bottomRight)
    Parameters
    Type Name Description
    GeoLocation topLeft
    GeoLocation bottomRight
    Returns
    Type Description
    GeoBoundingBoxQueryDescriptor<T>
    | Edit this page View Source

    BoundingBox(double, double, double, double)

    Declaration
    public GeoBoundingBoxQueryDescriptor<T> BoundingBox(double topLeftLat, double topLeftLon, double bottomRightLat, double bottomRightLon)
    Parameters
    Type Name Description
    double topLeftLat
    double topLeftLon
    double bottomRightLat
    double bottomRightLon
    Returns
    Type Description
    GeoBoundingBoxQueryDescriptor<T>
    | Edit this page View Source

    BoundingBox(Func<BoundingBoxDescriptor, IBoundingBox>)

    Declaration
    public GeoBoundingBoxQueryDescriptor<T> BoundingBox(Func<BoundingBoxDescriptor, IBoundingBox> boundingBoxSelector)
    Parameters
    Type Name Description
    Func<BoundingBoxDescriptor, IBoundingBox> boundingBoxSelector
    Returns
    Type Description
    GeoBoundingBoxQueryDescriptor<T>
    | Edit this page View Source

    BoundingBox(string)

    Declaration
    public GeoBoundingBoxQueryDescriptor<T> BoundingBox(string wkt)
    Parameters
    Type Name Description
    string wkt
    Returns
    Type Description
    GeoBoundingBoxQueryDescriptor<T>
    | Edit this page View Source

    Type(GeoExecution?)

    Declaration
    public GeoBoundingBoxQueryDescriptor<T> Type(GeoExecution? type)
    Parameters
    Type Name Description
    GeoExecution? type
    Returns
    Type Description
    GeoBoundingBoxQueryDescriptor<T>
    | Edit this page View Source

    ValidationMethod(GeoValidationMethod?)

    Declaration
    public GeoBoundingBoxQueryDescriptor<T> ValidationMethod(GeoValidationMethod? validation)
    Parameters
    Type Name Description
    GeoValidationMethod? validation
    Returns
    Type Description
    GeoBoundingBoxQueryDescriptor<T>

    Implements

    IDescriptor
    IGeoBoundingBoxQuery
    IFieldNameQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
    • Methods
      • BoundingBox(GeoLocation, GeoLocation)
      • BoundingBox(double, double, double, double)
      • BoundingBox(Func<BoundingBoxDescriptor, IBoundingBox>)
      • BoundingBox(string)
      • Type(GeoExecution?)
      • ValidationMethod(GeoValidationMethod?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX