OpenSearch/modules/parent-join
Martijn van Groningen cb1204774b
Include the _index, _type and _id to nested search hits in the top_hits and inner_hits response.
Also include _type and _id for parent/child hits inside inner hits.

In the case of top_hits aggregation the nested search hits are
directly returned and are not grouped by a root or parent document, so
it is important to include the _id and _index attributes in order to know
to what documents these nested search hits belong to.

Closes #27053
2017-11-28 14:05:29 +01:00
..
src Include the _index, _type and _id to nested search hits in the top_hits and inner_hits response. 2017-11-28 14:05:29 +01:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00