File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
docs/reference/migration/migrate_8_0 Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -116,4 +116,17 @@ index setting].
116
116
Accept the new behaviour, or specify `?wait_for_active_shards=0` to preserve
117
117
the old behaviour if needed.
118
118
====
119
+
120
+ .The index stats API's `types` query parameter has been removed.
121
+ [%collapsible]
122
+ ====
123
+ *Details* +
124
+ The index stats API's `types` query parameter has been removed. Previously, you
125
+ could combine `types` with the `indexing` query parameter to return indexing
126
+ stats for specific mapping types. Mapping types have been removed in 8.0.
127
+
128
+ *Impact* +
129
+ Discontinue use of the `types` query parameter. Requests that include the
130
+ parameter will return an error.
131
+ ====
119
132
//end::notable-breaking-changes[]
You can’t perform that action at this time.
0 commit comments