File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ your application to Elasticsearch 6.3.
77* <<breaking_63_api_changes>>
88* <<breaking_63_plugins_changes>>
99* <<breaking_63_settings_changes>>
10- * <<breaking_63_search_changes>>
1110
1211See also <<release-highlights>> and <<es-release-notes>>.
1312
@@ -89,11 +88,3 @@ place) you can start Elasticsearch with the JVM option
8988`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
9089continue to display the name of this thread pool as `bulk`. Elasticsearch will
9190stop observing this system property in 7.0.0.
92-
93- [[breaking_63_search_changes]]
94- === Search and Query DSL changes
95-
96- ==== Invalid `_search` request body
97-
98- Search requests with extra content after the main object will no longer be accepted
99- by the `_search` endpoint. A parsing exception will be thrown instead.
Original file line number Diff line number Diff line change @@ -23,14 +23,13 @@ Packaging::
2323Plugins::
2424* Remove silent batch mode from install plugin {pull}29359[#29359]
2525
26- Search::
27- * Fail _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])
28-
2926Security::
3027* The legacy `XPackExtension` extension mechanism has been removed and replaced
3128with an SPI based extension mechanism that is installed and built as an
3229elasticsearch plugin.
3330
31+
32+
3433[[breaking-java-6.3.0]]
3534[float]
3635=== Breaking Java changes
@@ -63,6 +62,7 @@ REST API::
6362
6463Search::
6564* Deprecate slicing on `_uid`. {pull}29353[#29353]
65+ * Generate deprecation warning for _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])
6666
6767Stats::
6868* Deprecate the suggest metrics {pull}29627[#29627] (issue: {issue}29589[#29589])
You can’t perform that action at this time.
0 commit comments