docs: fix inner hits snippet

This commit is contained in:
Martijn van Groningen 2015-01-19 18:56:25 +01:00
parent 6c2139c186
commit 8e0292b1aa

View File

@ -16,13 +16,11 @@ The structure looks like this:
[source,js]
--------------------------------------------------
"inner_hits" : {
"<query>" : {
"inner_hits" : {
<inner_hits_options>
}
}
}
--------------------------------------------------
If `_inner_hits` is defined on a query that supports it then each search hit will contain a `inner_hits` json object with the following structure: