Class ShapeQuery
Assembly: OpenSearch.Client.dll
Syntax
public class ShapeQuery : FieldNameQueryBase, IShapeQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
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
|
Edit this page
View Source
IndexedShape
Indexed geo shape to search with
Declaration
public IFieldLookup IndexedShape { get; set; }
Property Value
|
Edit this page
View Source
Relation
Controls the spatial relation operator to use at search time.
Declaration
public ShapeRelation? Relation { get; set; }
Property Value
|
Edit this page
View Source
Shape
The geo shape to search with
Declaration
public IGeoShape Shape { get; set; }
Property Value
Implements
Extension Methods