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 {
224224 /**
225225 * For dense_vector field types, number of indexed vector types in selected nodes.
226226 */
227- indexed_vector_count ?: long
227+ indexed_vector_count ?: integer
228228 /**
229229 * For dense_vector field types, the maximum dimension of all indexed vector types in selected nodes.
230230 */
231- indexed_vector_dim_max ?: long
231+ indexed_vector_dim_max ?: integer
232232 /**
233233 * For dense_vector field types, the minimum dimension of all indexed vector types in selected nodes.
234234 */
235- indexed_vector_dim_min ?: long
235+ indexed_vector_dim_min ?: integer
236236 /**
237237 * The number of fields that declare a script.
238238 * @availability stack since=7.13.0
You can’t perform that action at this time.
0 commit comments