reindex.asciidoc 686 B

123456789101112131415
  1. [float]
  2. [[breaking_80_reindex_changes]]
  3. === Reindex changes
  4. Reindex from remote would previously allow URL encoded index-names and not
  5. re-encode them when generating the search request for the remote host. This
  6. leniency has been removed such that all index-names are correctly encoded when
  7. reindex generates remote search requests.
  8. Instead, please specify the index-name without any encoding.
  9. [float]
  10. ==== Removal of types
  11. The `/{index}/{type}/_delete_by_query` and `/{index}/{type}/_update_by_query` REST endpoints have been removed in favour of `/{index}/_delete_by_query` and `/{index}/_update_by_query`, since indexes no longer contain types, these typed endpoints are obsolete.