PUT example { "settings": { "number_of_shards": 1, "number_of_replicas": 0 }, "mappings": { "properties": { "nested_1": { "type": "nested", "properties": { "vector ...
OpenSearch SQL uses OpenSearch nested query to query the nested field. In OpenSearch domain, the nested query can filter the nested field based the query logic which is correspond to the EXISTS in ...