Skip to content

Commit 0c01bcd

Browse files
authored
[DOCS] Remove index API's types option (#78335)
Adds an 8.0 breaking change for PR #47203.
1 parent 1764fa0 commit 0c01bcd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/migration/migrate_8_0/indices.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,17 @@ index setting].
116116
Accept the new behaviour, or specify `?wait_for_active_shards=0` to preserve
117117
the old behaviour if needed.
118118
====
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+
====
119132
//end::notable-breaking-changes[]

0 commit comments

Comments
 (0)