Search Results for

    Show / Hide Table of Contents

    Class GeoShapeQuery

    Inheritance
    object
    QueryBase
    FieldNameQueryBase
    GeoShapeQuery
    Implements
    IGeoShapeQuery
    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 GeoShapeQuery : FieldNameQueryBase, IGeoShapeQuery, 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

    IgnoreUnmapped

    Will ignore an unmapped field and will not match any documents for this query. This can be useful when querying multiple indexes which might have different mappings.

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

    IndexedShape

    Indexed geo shape to search with

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

    Relation

    Controls the spatial relation operator to use at search time.

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

    Shape

    The geo shape to search with

    Declaration
    public IGeoShape Shape { get; set; }
    Property Value
    Type Description
    IGeoShape

    Implements

    IGeoShapeQuery
    IFieldNameQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
      • IgnoreUnmapped
      • IndexedShape
      • Relation
      • Shape
    • Implements
    • Extension Methods
    Back to top Generated by DocFX