Skip to content

Commit

Permalink
[DOCS] Add Breaking Changes list for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed May 9, 2016
1 parent 4f0b9da commit 65953ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BREAKING_CHANGES.md
@@ -0,0 +1,12 @@
# 5.0

## Breaking changes

- Indices/Analyze Endpoint: `filters` and `char_filters` URI parameters have renamed to `filter` and `char_filter` respectively
- SearchExists endpoint has been removed ([use `size=0` and `terminate_after=1` instead](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking_50_search_changes.html#_search_exists_api_removed))
- Warmers have been removed because they are [no longer useful](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking_50_index_apis.html#_warmers)
- Indices/Optimize Endpoint has been removed ([use `_forcemerge` instead](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking_50_rest_api_changes.html#_literal__optimize_literal_endpoint_removed))

## Deprecations

- Percolator endpoints are deprecated and will be removed in Elasticsearch 6.0

0 comments on commit 65953ac

Please sign in to comment.