migrate_2_2.asciidoc 509 B

12345678910111213141516
  1. [[breaking-changes-2.2]]
  2. == Breaking changes in 2.2
  3. This section discusses the changes that you need to be aware of when migrating
  4. your application to Elasticsearch 2.2.
  5. * <<breaking_22_index_apis>>
  6. [[breaking_22_index_apis]]
  7. === Index APIs
  8. ==== Field stats API
  9. The field stats' response format has been changed for number based and date fields. The `min_value` and
  10. `max_value` elements now return values as number and the new `min_value_as_string` and `max_value_as_string`
  11. return the values as string.