|
7 | 7 | This section discusses the changes that you need to be aware of when migrating |
8 | 8 | your application to Elasticsearch 6.6. |
9 | 9 |
|
| 10 | +* <<breaking_66_ml_changes>> |
| 11 | +* <<breaking_66_mapping_changes>> |
10 | 12 | * <<breaking_66_search_changes>> |
| 13 | +* <<breaking_66_setting_changes>> |
11 | 14 |
|
12 | 15 | See also <<release-highlights>> and <<es-release-notes>>. |
13 | 16 |
|
@@ -81,6 +84,7 @@ GET /stackoverflow/_search |
81 | 84 | // TEST[setup:stackoverflow] |
82 | 85 |
|
83 | 86 | [float] |
| 87 | +[[breaking_66_setting_changes]] |
84 | 88 | === Settings changes |
85 | 89 |
|
86 | 90 | [float] |
@@ -108,6 +112,7 @@ the cluster settings API. |
108 | 112 | `xpack.notification.slack.account.<id>.secure_url` |
109 | 113 |
|
110 | 114 | [float] |
| 115 | +[[breaking_66_mapping_changes]] |
111 | 116 | === Mappings changes |
112 | 117 |
|
113 | 118 | [float] |
@@ -136,4 +141,13 @@ previously created indexes. |
136 | 141 |
|
137 | 142 | The following type parameters are deprecated for the `geo_shape` field type: `tree`, |
138 | 143 | `precision`, `tree_levels`, `distance_error_pct`, `points_only`, and `strategy`. They |
139 | | -will be removed in a future version. |
| 144 | +will be removed in a future version. |
| 145 | + |
| 146 | +[float] |
| 147 | +[[breaking_66_ml_changes]] |
| 148 | +=== Machine learning changes |
| 149 | + |
| 150 | +The get jobs API and get job stats API can retrieve a maximum of 10,000 jobs. |
| 151 | +Likewise, the get datafeeds API and get datafeed stats API can retrieve a |
| 152 | +maximum of 10,000 datafeeds. Prior to version 6.6, there were no limits on the |
| 153 | +results from these APIs. |
0 commit comments