Docs: Note that include_in_parent/root does not apply to geo-shape fields
Closes #10653
This commit is contained in:
parent
f7d4baacfb
commit
2579cc31b1
|
@ -139,6 +139,10 @@ Nested fields may contain other nested fields. The `include_in_parent` object
|
||||||
refers to the direct parent of the field, while the `include_in_root`
|
refers to the direct parent of the field, while the `include_in_root`
|
||||||
parameter refers only to the topmost ``root'' object or document.
|
parameter refers only to the topmost ``root'' object or document.
|
||||||
|
|
||||||
|
NOTE: The `include_in_parent` and `include_in_root` options do not apply
|
||||||
|
to <<mapping-geo-shape-type,`geo_shape` fields>>, which are only ever
|
||||||
|
indexed inside the nested document.
|
||||||
|
|
||||||
Nested docs will automatically use the root doc `_all` field only.
|
Nested docs will automatically use the root doc `_all` field only.
|
||||||
|
|
||||||
.Internal Implementation
|
.Internal Implementation
|
||||||
|
|
Loading…
Reference in New Issue