You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a request to update the spec because OpenSearch does not support shape query and it's present in the spec. Instead, OpenSearch supports an xy query so we should replace "shape" with "xy".
What is the bug?
OpenSearch does not support a shape query. Instead, to search cartesian shapes, it supports an xy query, which works on xy points and xy shapes.
We need to change shape query to xy query in the query dsl spec and add xy point and xy shape to the mapping spec.
The text was updated successfully, but these errors were encountered: