Add flat object to object field types (#3989)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-05-04 15:30:33 -04:00 committed by GitHub
parent 9b0b20228c
commit c46c242041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,8 @@ The following table lists all object field types that OpenSearch supports.
Field data type | Description Field data type | Description
:--- | :--- :--- | :---
[`object`]({{site.url}}{{site.baseurl}}/opensearch/supported-field-types/object/) | A JSON object. [`object`]({{site.url}}{{site.baseurl}}/field-types/object/) | A JSON object.
[`nested`]({{site.url}}{{site.baseurl}}/opensearch/supported-field-types/nested/) | Used when objects in an array need to be indexed independently as separate documents. [`nested`]({{site.url}}{{site.baseurl}}/field-types/nested/) | Used when objects in an array need to be indexed independently as separate documents.
[`join`]({{site.url}}{{site.baseurl}}/opensearch/supported-field-types/join/) | Establishes a parent-child relationship between documents in the same index. [`flat_object`]({{site.url}}{{site.baseurl}}/field-types/flat-object/) | A JSON object treated as a string.
[`join`]({{site.url}}{{site.baseurl}}/field-types/join/) | Establishes a parent-child relationship between documents in the same index.