From cb4abe95cdff9dfe5efaeecbc2214e964b134ca2 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 9 Oct 2017 20:41:17 +0300 Subject: [PATCH] Fix join field docs (#26929) The document type is `question`, not `my_parent` --- docs/reference/mapping/types/parent-join.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/parent-join.asciidoc b/docs/reference/mapping/types/parent-join.asciidoc index 94922060e7b26..26936c3f06e5c 100644 --- a/docs/reference/mapping/types/parent-join.asciidoc +++ b/docs/reference/mapping/types/parent-join.asciidoc @@ -84,7 +84,7 @@ PUT my_index/doc/2?refresh // CONSOLE // TEST[continued] -<1> This document is a `my_parent` document. +<1> This document is a `question` document. When indexing a child, the name of the relation as well as the parent id of the document must be added in the `_source`.