You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Combine 8.0 breaking changes for mapping type endpoints (#81730)
Combines several 8.0 breaking changes for the removal of API endpoints that contain mapping types. These items were separate because we previously organized breaking changes by area.
This is a follow-on to #79162.
Specify unencoded index names for reindex from remote requests.
350
480
====
351
481
352
-
.Reindex-related REST API endpoints containing mapping types have been removed.
353
-
[%collapsible]
354
-
====
355
-
*Details* +
356
-
The `/{index}/{type}/_delete_by_query` and `/{index}/{type}/_update_by_query` REST endpoints have been removed in favour of `/{index}/_delete_by_query` and `/{index}/_update_by_query`, since indexes no longer contain types, these typed endpoints are obsolete.
357
-
358
-
*Impact* +
359
-
Use the replacement REST API endpoints. Requests submitted to API endpoints
360
-
that contain a mapping type will return an error.
361
-
====
362
-
363
482
.In the reindex, delete by query, and update by query APIs, the `size` parameter has been renamed.
364
483
[%collapsible]
365
484
====
@@ -627,21 +746,6 @@ Aggregating and sorting on `_id` should be avoided. As an alternative, the
627
746
enabled (note that this does not apply to auto-generated IDs).
628
747
====
629
748
630
-
.Search-related REST API endpoints containing mapping types have been removed.
631
-
[%collapsible]
632
-
====
633
-
*Details* +
634
-
The `/{index}/{type}/_search`, `/{index}/{type}/_msearch`, `/{index}/{type}/_search/template` and `/{index}/{type}/_msearch/template` REST endpoints have been removed in favour of `/{index}/_search`, `/{index}/_msearch`, `/{index}/_search/template` and `/{index}/_msearch/template`; since indexes no longer contain types, these typed endpoints are obsolete..
635
-
636
-
The `/{index}/{type}/_termvectors`, `/{index}/{type}/{id}/_termvectors` and `/{index}/{type}/_mtermvectors` REST endpoints have been removed in favour of `/{index}/_termvectors`, `/{index}/{id}/_termvectors` and `/{index}/_mtermvectors`; since indexes no longer contain types, these typed endpoints are obsolete..
637
-
638
-
The `/{index}/{type}/{doc}` and `/{index}/{type}/_mget` REST endpoints have been removed in favour of `/{index}/_doc/{doc}` and `/{index}/_mget`; since indexes no longer contain types, these typed endpoints are obsolete.
639
-
640
-
*Impact* +
641
-
Use the replacement REST API endpoints. Requests submitted to API endpoints that
642
-
contain a mapping type will return an error.
643
-
====
644
-
645
749
.The `common` query has been removed.
646
750
[%collapsible]
647
751
====
@@ -893,7 +997,7 @@ snapshot request. Requests that include these parameters will return an error.
893
997
====
894
998
*Details* +
895
999
The repository stats API has been removed. We deprecated this experimental API
896
-
in 7.10.0.
1000
+
in 7.10.0.
897
1001
898
1002
*Impact* +
899
1003
Use the {ref}/repositories-metering-apis.html[repositories metering APIs]
0 commit comments