File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ specify a role descriptor with no privileges:
35
35
[source,js]
36
36
----
37
37
...
38
- "role_descriptors": {
38
+ "role_descriptors": {
39
39
"no-privilege": {
40
40
}
41
41
}
@@ -49,6 +49,14 @@ specify a role descriptor with no privileges:
49
49
[[breaking_76_search_changes]]
50
50
=== Search changes
51
51
52
+ [discrete]
53
+ ==== Aggregating and sorting on `_id` is deprecated
54
+ It's possible to aggregate and sort on the built-in `_id` field by loading an
55
+ expensive data structure called fielddata. This was deprecated in 7.6 and will
56
+ be disallowed by default in 8.0. As an alternative, the `_id` field's contents
57
+ can be duplicated into another field with docvalues enabled (note that this
58
+ does not apply to auto-generated IDs).
59
+
52
60
[discrete]
53
61
==== Deprecation of sparse vector fields
54
62
The `sparse_vector` field type has been deprecated and will be removed in 8.0.
Original file line number Diff line number Diff line change @@ -189,11 +189,6 @@ This issue is fixed in {es} 7.7.0 and later versions (issue: {es-issue}50916[#50
189
189
[discrete]
190
190
=== Breaking changes
191
191
192
- Mapping::
193
- * Add a cluster setting to disallow loading fielddata on _id field {es-pull}49166[#49166] (issues: {es-issue}26472[#26472], {es-issue}43599[#43599])
194
-
195
-
196
-
197
192
[[breaking-java-7.6.0]]
198
193
[discrete]
199
194
=== Breaking Java changes
@@ -228,6 +223,7 @@ Reindex::
228
223
* Deprecate sorting in reindex {es-pull}49458[#49458] (issue: {es-issue}47567[#47567])
229
224
230
225
Search::
226
+ * Deprecate loading fielddata on _id field {es-pull}49166[#49166] (issues: {es-issue}26472[#26472], {es-issue}43599[#43599])
231
227
* Update the signature of vector script functions. {es-pull}48604[#48604]
232
228
* Deprecate the sparse_vector field type. {es-pull}48315[#48315]
233
229
* Add a deprecation warning regarding allocation awareness in search request {es-pull}48351[#48351] (issue: {es-issue}43453[#43453])
You can’t perform that action at this time.
0 commit comments