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
Remove suggest reference in some API specs (#66180)
This commit removes the reference to the suggest index metric in the
nodes stats and indices stats rest api spec files. Suggest has been
removed so it is no longer correct to have it in these files.
Closes#43407
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/nodes.stats.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,6 @@
127
127
"segments",
128
128
"store",
129
129
"warmer",
130
-
"suggest",
131
130
"bulk"
132
131
],
133
132
"description":"Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified."
@@ -176,7 +175,6 @@
176
175
"segments",
177
176
"store",
178
177
"warmer",
179
-
"suggest",
180
178
"bulk"
181
179
],
182
180
"description":"Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified."
@@ -192,11 +190,11 @@
192
190
"params":{
193
191
"completion_fields":{
194
192
"type":"list",
195
-
"description":"A comma-separated list of fields for `fielddata` and `suggest` index metric (supports wildcards)"
193
+
"description":"A comma-separated list of fields for the `completion` index metric (supports wildcards)"
196
194
},
197
195
"fielddata_fields":{
198
196
"type":"list",
199
-
"description":"A comma-separated list of fields for `fielddata` index metric (supports wildcards)"
197
+
"description":"A comma-separated list of fields for the `fielddata` index metric (supports wildcards)"
0 commit comments