Inner hits
"<query>" : {
"inner_hits" : {
<inner_hits_options>
}
}"hits": [
{
"_index": ...,
"_type": ...,
"_id": ...,
"inner_hits": {
"<inner_hits_name>": {
"hits": {
"total": ...,
"hits": [
{
"_type": ...,
"_id": ...,
...
},
...
]
}
}
},
...
},
...
]Options
Nested inner hits
Hierarchical levels of nested object fields and inner hits
Parent/child inner hits
Last updated