Search Results for

    Show / Hide Table of Contents

    Interface IShapeQuery

    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 IShapeQuery : IFieldNameQuery, IQuery

    Properties

    | 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
    [DataMember(Name = "ignore_unmapped")]
    bool? IgnoreUnmapped { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IndexedShape

    Indexed geo shape to search with

    Declaration
    [DataMember(Name = "indexed_shape")]
    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
    [DataMember(Name = "relation")]
    ShapeRelation? Relation { get; set; }
    Property Value
    Type Description
    ShapeRelation?
    | Edit this page View Source

    Shape

    The geo shape to search with

    Declaration
    [DataMember(Name = "shape")]
    IGeoShape Shape { get; set; }
    Property Value
    Type Description
    IGeoShape

    Extension Methods

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