mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
[Docs] Fix tophits-aggregation.asciidoc
This commit is contained in:
parent
ce1d85d7d0
commit
3d07bce504
@ -347,9 +347,9 @@ Top hits response snippet with a nested hit, which resides in the first slot of
|
||||
}
|
||||
--------------------------------------------------
|
||||
// TESTRESPONSE[s/\.\.\.//]
|
||||
<2> Name of the array field containing the nested hit
|
||||
<3> Position if the nested hit in the containing array
|
||||
<4> Source of the nested hit
|
||||
<1> Name of the array field containing the nested hit
|
||||
<2> Position if the nested hit in the containing array
|
||||
<3> Source of the nested hit
|
||||
|
||||
If `_source` is requested then just the part of the source of the nested object is returned, not the entire source of the document.
|
||||
Also stored fields on the *nested* inner object level are accessible via `top_hits` aggregator residing in a `nested` or `reverse_nested` aggregator.
|
||||
|
Loading…
x
Reference in New Issue
Block a user