Open
Description
Is your feature request related to a problem? Please describe.
We want to port our (Nest) Elastic API to the v8. Currently we use the GeoShapeQuery
, mapping to https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-geo-shape-query.html . However it seems that in the latest version we cannot create this query type.
Describe the solution you'd like
A way to create GeoShapeQuery's in the latest C# Elastic Client API
Describe alternatives you've considered
Looking at bounding boxes, geopolygon queries, but they all have different semantics
Additional context
Many thanks in advance!