OpenSearch/docs/reference/search
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
..
request 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
suggesters Deprecate `levenstein` in favor of `levenshtein` (#27409) 2017-11-23 12:53:47 +00:00
count.asciidoc Add a shard filter search phase to pre-filter shards based on query rewriting (#25658) 2017-07-12 22:19:20 +02:00
explain.asciidoc Remove the _all metadata field (#26356) 2017-08-28 17:43:59 +02:00
field-caps.asciidoc Update experimental labels in the docs (#25727) 2017-07-18 14:06:22 +02:00
multi-search.asciidoc Scripting: Deprecate stored search template apis (#25437) 2017-07-12 16:07:28 -07:00
profile.asciidoc Fix profiling naming issues (#27133) 2017-11-06 16:37:33 -05:00
request-body.asciidoc Docs: Add search response took time explanation (#26202) 2017-08-15 08:43:26 +02:00
search-shards.asciidoc Automatically prepare indices for splitting (#27451) 2017-11-23 09:48:54 +01:00
search-template.asciidoc Scripting: Deprecate stored search template apis (#25437) 2017-07-12 16:07:28 -07:00
search.asciidoc Limit the number of concurrent shard requests per search request (#25632) 2017-07-11 16:23:10 +02:00
suggesters.asciidoc Use `typed_keys` parameter to prefix suggester names by type in search responses (#23080) 2017-02-10 10:53:38 +01:00
uri-request.asciidoc Add a shard filter search phase to pre-filter shards based on query rewriting (#25658) 2017-07-12 22:19:20 +02:00
validate.asciidoc Automatically prepare indices for splitting (#27451) 2017-11-23 09:48:54 +01:00