File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ 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>>
10
11
11
12
See also <<release-highlights>> and <<es-release-notes>>.
12
13
@@ -88,3 +89,11 @@ place) you can start Elasticsearch with the JVM option
88
89
`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
89
90
continue to display the name of this thread pool as `bulk`. Elasticsearch will
90
91
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.
You can’t perform that action at this time.
0 commit comments