File tree 1 file changed +17
-9
lines changed
docs/reference/mapping/types
1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -183,18 +183,26 @@ or <<request-body-search-stored-fields, `stored_fields`>>.
183
183
184
184
The following parameters are accepted by `nested` fields:
185
185
186
- [horizontal]
187
186
<<dynamic,`dynamic`>>::
188
-
189
- Whether or not new `properties` should be added dynamically to an existing
190
- nested object. Accepts `true` (default), `false` and `strict`.
187
+ (Optional, string)
188
+ Whether or not new `properties` should be added dynamically to an existing
189
+ nested object. Accepts `true` (default), `false` and `strict`.
191
190
192
191
<<properties,`properties`>>::
193
-
194
- The fields within the nested object, which can be of any
195
- <<mapping-types,datatype>>, including `nested`. New properties
196
- may be added to an existing nested object.
197
-
192
+ (Optional, object)
193
+ The fields within the nested object, which can be of any
194
+ <<mapping-types,datatype>>, including `nested`. New properties
195
+ may be added to an existing nested object.
196
+
197
+ `include_in_parent`::
198
+ (Optional, boolean)
199
+ If `true`, all fields in the nested object are also added to the parent document
200
+ as standard (flat) fields. Defaults to `false`.
201
+
202
+ `include_in_root`::
203
+ (Optional, boolean)
204
+ If `true`, all fields in the nested object are also added to the root
205
+ document as standard (flat) fields. Defaults to `false`.
198
206
199
207
[float]
200
208
=== Limits on `nested` mappings and objects
You can’t perform that action at this time.
0 commit comments