mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
docs: fix inner hits snippet
This commit is contained in:
parent
6c2139c186
commit
8e0292b1aa
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user