From 2579cc31b1c2432c748ac8333dac97c33a67c9d0 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sat, 25 Apr 2015 16:49:49 +0200 Subject: [PATCH] Docs: Note that include_in_parent/root does not apply to geo-shape fields Closes #10653 --- docs/reference/mapping/types/nested-type.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/mapping/types/nested-type.asciidoc b/docs/reference/mapping/types/nested-type.asciidoc index e2845bddf93..21b1110faf3 100644 --- a/docs/reference/mapping/types/nested-type.asciidoc +++ b/docs/reference/mapping/types/nested-type.asciidoc @@ -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 <>, which are only ever +indexed inside the nested document. + Nested docs will automatically use the root doc `_all` field only. .Internal Implementation