Enum GeoShapeRelation
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum GeoShapeRelation
Fields
| Name | Description |
|---|---|
| Contains | CONTAINS relation. |
| Disjoint | DISJOINT relation. |
| Intersects | INTERSECTS relation. |
| Within | WITHIN relation. |