Fix typos in inner-hits documentation (#19910)
This commit is contained in:
parent
a80a35ebc4
commit
8a97f05e41
|
@ -2,8 +2,8 @@
|
|||
=== Inner hits
|
||||
|
||||
The <<mapping-parent-field, parent/child>> and <<nested, nested>> features allow the return of documents that
|
||||
have matches in a different scope. In the parent/child case, parent document are returned based on matches in child
|
||||
documents or child document are returned based on matches in parent documents. In the nested case, documents are returned
|
||||
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.
|
||||
|
||||
In both cases, the actual matches in the different scopes that caused a document to be returned is hidden. In many cases,
|
||||
|
|
Loading…
Reference in New Issue