[Docs] Fix cross reference for parent-join field

This commit is contained in:
Jim Ferenczi 2017-06-16 11:53:16 +02:00
parent 8c869e2a0b
commit 664193185e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[[mapping-parent-join-field]]
[[parent-join]]
=== `join` datatype
The `join` datatype is a special field that creates

View File

@ -1,7 +1,7 @@
[[search-request-inner-hits]]
=== Inner hits
The <<mapping-parent-join-field, parent-join> and <<nested, nested>> features allow the return of documents that
The <<parent-join, parent-join> and <<nested, nested>> features allow the return of documents that
have matches in a different scope. In the parent/child case, parent documents are returned based on matches in child
documents or child documents are returned based on matches in parent documents. In the nested case, documents are returned
based on matches in nested inner objects.