Skip to content

Commit cb4abe9

Browse files
fonelorrjernst
authored andcommitted
Fix join field docs (#26929)
The document type is `question`, not `my_parent`
1 parent dc507fd commit cb4abe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/types/parent-join.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ PUT my_index/doc/2?refresh
8484
// CONSOLE
8585
// TEST[continued]
8686

87-
<1> This document is a `my_parent` document.
87+
<1> This document is a `question` document.
8888

8989
When indexing a child, the name of the relation as well as the parent id of the document
9090
must be added in the `_source`.

0 commit comments

Comments
 (0)