File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,6 @@ GET /_search
248
248
}
249
249
--------------------------------------------------
250
250
251
- deprecated[6.0.0, Use `_key` instead of `_term` to order buckets by their term]
252
-
253
251
Ordering the buckets by single value metrics sub-aggregation (identified by the aggregation name):
254
252
255
253
[source,console,id=terms-aggregation-subaggregation-example]
Original file line number Diff line number Diff line change 7
7
8
8
//tag::notable-breaking-changes[]
9
9
10
+ [[remove-term-order-key]]
11
+ .The `terms` aggregation no longer supports the `_term` order key.
12
+ [%collapsible]
13
+ ====
14
+ *Details* +
15
+ The `terms` aggregation no longer supports the `_term` key in `order` values. To
16
+ sort buckets by their term, use `_key` instead.
17
+
18
+ *Impact* +
19
+ Discontinue use of the `_term` order key. Requests that include a `_term` order
20
+ key will return an error.
21
+ ====
22
+
23
+ [[remove-time-order-key]]
24
+ .The `date_histogram` aggregation no longer supports the `_time` order key.
25
+ [%collapsible]
26
+ ====
27
+ *Details* +
28
+ The `date_histogram` aggregation no longer supports the `_time` key in `order`
29
+ values. To sort buckets by their key, use `_key` instead.
30
+
31
+ *Impact* +
32
+ Discontinue use of the `_time` order key. Requests that include a `_time` order
33
+ key will return an error.
34
+ ====
35
+
10
36
[[remove-moving-avg-agg]]
11
37
.The `moving_avg` aggregation has been removed.
12
38
[%collapsible]
You can’t perform that action at this time.
0 commit comments