File tree 2 files changed +3
-12
lines changed
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.
7
7
* <<breaking_63_api_changes>>
8
8
* <<breaking_63_plugins_changes>>
9
9
* <<breaking_63_settings_changes>>
10
- * <<breaking_63_search_changes>>
11
10
12
11
See also <<release-highlights>> and <<es-release-notes>>.
13
12
@@ -89,11 +88,3 @@ place) you can start Elasticsearch with the JVM option
89
88
`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
90
89
continue to display the name of this thread pool as `bulk`. Elasticsearch will
91
90
stop 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::
23
23
Plugins::
24
24
* Remove silent batch mode from install plugin {pull}29359[#29359]
25
25
26
- Search::
27
- * Fail _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])
28
-
29
26
Security::
30
27
* The legacy `XPackExtension` extension mechanism has been removed and replaced
31
28
with an SPI based extension mechanism that is installed and built as an
32
29
elasticsearch plugin.
33
30
31
+
32
+
34
33
[[breaking-java-6.3.0]]
35
34
[float]
36
35
=== Breaking Java changes
@@ -63,6 +62,7 @@ REST API::
63
62
64
63
Search::
65
64
* Deprecate slicing on `_uid`. {pull}29353[#29353]
65
+ * Generate deprecation warning for _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])
66
66
67
67
Stats::
68
68
* Deprecate the suggest metrics {pull}29627[#29627] (issue: {issue}29589[#29589])
You can’t perform that action at this time.
0 commit comments