mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
Add flat object to object field types (#3989)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
9b0b20228c
commit
c46c242041
@ -13,7 +13,8 @@ The following table lists all object field types that OpenSearch supports.
|
||||
|
||||
Field data type | Description
|
||||
:--- | :---
|
||||
[`object`]({{site.url}}{{site.baseurl}}/opensearch/supported-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.
|
||||
[`join`]({{site.url}}{{site.baseurl}}/opensearch/supported-field-types/join/) | Establishes a parent-child relationship between documents in the same index.
|
||||
[`object`]({{site.url}}{{site.baseurl}}/field-types/object/) | A JSON object.
|
||||
[`nested`]({{site.url}}{{site.baseurl}}/field-types/nested/) | Used when objects in an array need to be indexed independently as separate documents.
|
||||
[`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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user