| 1234567891011121314151617 | [[breaking-changes-1.6]]== Breaking changes in 1.6This section discusses the changes that you need to be aware of when migratingyour application from Elasticsearch 1.x to Elasticsearch 1.6.[float]=== More Like This APIThe More Like This API query has been deprecated and will be removed in 2.0. Instead use the <<query-dsl-mlt-query, More Like This Query>>.[float]=== `top_children` queryThe `top_children` query has been deprecated and will be removed in 2.0. Instead the `has_child` query should be used.The `top_children` query isn't always faster than the `has_child` query and the `top_children` query is often inaccurate.The total hits and any aggregations in the same search request will likely be off.
 |