@@ -201,11 +201,6 @@ components:
201
201
type : array
202
202
items :
203
203
$ref : ' #/components/schemas/FieldTypes'
204
- runtime_field_types :
205
- description : Contains statistics about runtime field data types used in selected nodes.
206
- type : array
207
- items :
208
- $ref : ' #/components/schemas/RuntimeFieldTypes'
209
204
total_field_count :
210
205
description : Total number of fields in all non-system indices.
211
206
type : number
@@ -219,67 +214,6 @@ components:
219
214
$ref : ' _common.yaml#/components/schemas/ByteCount'
220
215
required :
221
216
- field_types
222
- RuntimeFieldTypes :
223
- type : object
224
- properties :
225
- chars_max :
226
- description : Maximum number of characters for a single runtime field script.
227
- type : number
228
- chars_total :
229
- description : Total number of characters for the scripts that define the current runtime field data type.
230
- type : number
231
- count :
232
- description : Number of runtime fields mapped to the field data type in selected nodes.
233
- type : number
234
- doc_max :
235
- description : Maximum number of accesses to doc_values for a single runtime field script
236
- type : number
237
- doc_total :
238
- description : Total number of accesses to doc_values for the scripts that define the current runtime field data type.
239
- type : number
240
- index_count :
241
- description : Number of indices containing a mapping of the runtime field data type in selected nodes.
242
- type : number
243
- lang :
244
- description : Script languages used for the runtime fields scripts.
245
- type : array
246
- items :
247
- type : string
248
- lines_max :
249
- description : Maximum number of lines for a single runtime field script.
250
- type : number
251
- lines_total :
252
- description : Total number of lines for the scripts that define the current runtime field data type.
253
- type : number
254
- name :
255
- $ref : ' _common.yaml#/components/schemas/Name'
256
- scriptless_count :
257
- description : Number of runtime fields that don't declare a script.
258
- type : number
259
- shadowed_count :
260
- description : Number of runtime fields that shadow an indexed field.
261
- type : number
262
- source_max :
263
- description : Maximum number of accesses to _source for a single runtime field script.
264
- type : number
265
- source_total :
266
- description : Total number of accesses to _source for the scripts that define the current runtime field data type.
267
- type : number
268
- required :
269
- - chars_max
270
- - chars_total
271
- - count
272
- - doc_max
273
- - doc_total
274
- - index_count
275
- - lang
276
- - lines_max
277
- - lines_total
278
- - name
279
- - scriptless_count
280
- - shadowed_count
281
- - source_max
282
- - source_total
283
217
IndicesVersions :
284
218
type : object
285
219
properties :
0 commit comments