Skip to content

Commit 65953ac

Browse files
committed
[DOCS] Add Breaking Changes list for 5.0
1 parent 4f0b9da commit 65953ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 5.0
2+
3+
## Breaking changes
4+
5+
- Indices/Analyze Endpoint: `filters` and `char_filters` URI parameters have renamed to `filter` and `char_filter` respectively
6+
- 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))
7+
- 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)
8+
- 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))
9+
10+
## Deprecations
11+
12+
- Percolator endpoints are deprecated and will be removed in Elasticsearch 6.0

0 commit comments

Comments
 (0)