Skip to content

Commit

Permalink
Add documentation for the new parent-join field (#25227)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jimczi committed Jun 16, 2017
1 parent ff9edb6 commit ccb3c9a
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 55 deletions.
4 changes: 3 additions & 1 deletion docs/reference/mapping/types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -84,7 +86,7 @@ include::types/token-count.asciidoc[]

include::types/percolator.asciidoc[]


include::types/parent-join.asciidoc[]



Expand Down
Loading

0 comments on commit ccb3c9a

Please sign in to comment.