You're viewing version 1.3 of the OpenSearch documentation. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
Object field types
Object field types contain values that are objects or relations. The following table lists all object field types that OpenSearch supports.
Field data type | Description |
---|---|
object | A JSON object. |
nested | Used when objects in an array need to be indexed independently as separate documents. |
join | Establishes a parent-child relationship between documents in the same index. |