Docs: Note that include_in_parent/root does not apply to geo-shape fields

Closes #10653
This commit is contained in:
Clinton Gormley 2015-04-25 16:49:49 +02:00
parent f7d4baacfb
commit 2579cc31b1
1 changed files with 4 additions and 0 deletions

View File

@ -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`
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.
.Internal Implementation