docs: added note the inner hits migrate section

This commit is contained in:
Martijn van Groningen 2016-06-22 08:29:50 +02:00
parent 8925400f67
commit 5dc88ffd26
1 changed files with 3 additions and 0 deletions

View File

@ -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