|
@@ -8,3 +8,10 @@ your application from Elasticsearch 1.x to Elasticsearch 1.6.
|
|
|
=== More Like This API
|
|
|
|
|
|
The 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` query
|
|
|
+
|
|
|
+The `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.
|