summaryrefslogtreecommitdiff
path: root/docs/reference/mapping/types.asciidoc
diff options
context:
space:
mode:
authorJim Ferenczi <jim.ferenczi@elastic.co>2017-06-16 11:13:23 +0200
committerGitHub <noreply@github.com>2017-06-16 11:13:23 +0200
commitccb3c9aae7307067539b3d9f4d9ec037ab428d27 (patch)
treeb6e2cf5bd380ac01099255544b2a2e948968fc52 /docs/reference/mapping/types.asciidoc
parentff9edb627e91a67361bee957c8e57cc489ed015b (diff)
Add documentation for the new parent-join field (#25227)
* Add documentation for the new parent-join field This commit adds the docs for the new parent-join field. It explains how to define, index and query this new field. Relates #20257
Diffstat (limited to 'docs/reference/mapping/types.asciidoc')
-rw-r--r--docs/reference/mapping/types.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/mapping/types.asciidoc b/docs/reference/mapping/types.asciidoc
index 6e671fe704..7cd2010726 100644
--- a/docs/reference/mapping/types.asciidoc
+++ b/docs/reference/mapping/types.asciidoc
@@ -38,6 +38,8 @@ string:: <<text,`text`>> and <<keyword,`keyword`>>
<<percolator>>:: Accepts queries from the query-dsl
+<<parent-join>>:: Defines parent/child relation for documents within the same index
+
[float]
=== Multi-fields
@@ -84,7 +86,7 @@ include::types/token-count.asciidoc[]
include::types/percolator.asciidoc[]
-
+include::types/parent-join.asciidoc[]