docs: added note the inner hits migrate section
This commit is contained in:
parent
8925400f67
commit
5dc88ffd26
|
@ -183,6 +183,9 @@ This is now consistent for source filtering on other places in the search API.
|
|||
* Nested inner hits will now no longer include `_index`, `_type` and `_id` keys. For nested inner hits these values
|
||||
are always the same as the `_index`, `_type` and `_id` keys of the root search hit.
|
||||
|
||||
* Parent/child inner hits will now no longer include the `_index` key. For parent/child inner hits the `_index` key is
|
||||
always the same as the the parent search hit.
|
||||
|
||||
==== Query Profiler
|
||||
|
||||
In the response for profiling queries, the `query_type` has been renamed to `type` and `lucene` has been renamed to
|
||||
|
|
Loading…
Reference in New Issue