OpenSearch/docs/reference/aggregations
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
..
bucket Update composite-aggregation.asciidoc 2017-11-23 15:05:14 +01:00
matrix [Docs] Convert remaining code snippets in docs (#26422) 2017-08-30 12:11:10 +02:00
metrics 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
pipeline Aggregations: bucket_sort pipeline aggregation (#27152) 2017-11-09 17:59:57 +00:00
bucket.asciidoc Add composite aggregator (#26800) 2017-11-16 15:13:36 +01:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
misc.asciidoc Use `typed_keys` parameter to prefix suggester names by type in search responses (#23080) 2017-02-10 10:53:38 +01:00
pipeline.asciidoc Aggregations: bucket_sort pipeline aggregation (#27152) 2017-11-09 17:59:57 +00:00