migrate_1_6.asciidoc 726 B

1234567891011121314151617
  1. [[breaking-changes-1.6]]
  2. == Breaking changes in 1.6
  3. This section discusses the changes that you need to be aware of when migrating
  4. your application from Elasticsearch 1.x to Elasticsearch 1.6.
  5. [float]
  6. === More Like This API
  7. 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>>.
  8. [float]
  9. === `top_children` query
  10. The `top_children` query has been deprecated and will be removed in 2.0. Instead the `has_child` query should be used.
  11. The `top_children` query isn't always faster than the `has_child` query and the `top_children` query is often inaccurate.
  12. The total hits and any aggregations in the same search request will likely be off.