File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
specification/cluster/stats Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,15 @@ export class FieldTypes {
224
224
/**
225
225
* For dense_vector field types, number of indexed vector types in selected nodes.
226
226
*/
227
- indexed_vector_count ?: long
227
+ indexed_vector_count ?: integer
228
228
/**
229
229
* For dense_vector field types, the maximum dimension of all indexed vector types in selected nodes.
230
230
*/
231
- indexed_vector_dim_max ?: long
231
+ indexed_vector_dim_max ?: integer
232
232
/**
233
233
* For dense_vector field types, the minimum dimension of all indexed vector types in selected nodes.
234
234
*/
235
- indexed_vector_dim_min ?: long
235
+ indexed_vector_dim_min ?: integer
236
236
/**
237
237
* The number of fields that declare a script.
238
238
* @availability stack since=7.13.0
You can’t perform that action at this time.
0 commit comments