mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
[Docs] Fix cross reference for parent-join field
This commit is contained in:
parent
8c869e2a0b
commit
664193185e
@ -1,4 +1,4 @@
|
||||
[[mapping-parent-join-field]]
|
||||
[[parent-join]]
|
||||
=== `join` datatype
|
||||
|
||||
The `join` datatype is a special field that creates
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user