File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
specification/cluster/stats Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ export class DenseVectorOffHeapStats {
174
174
total_veq_size ?: ByteSize
175
175
total_vex_size_bytes ?: long
176
176
total_vex_size ?: ByteSize
177
+ fielddata ?: Dictionary < string , Dictionary < string , long > >
177
178
}
178
179
179
180
export class FieldTypesMappings {
@@ -239,15 +240,15 @@ export class FieldTypes {
239
240
*/
240
241
script_count ?: integer
241
242
/**
242
- * Count of mappings by index type
243
+ * For dense_vector field types, count of mappings by index type
243
244
*/
244
245
vector_index_type_count ?: Dictionary < Name , integer >
245
246
/**
246
- * Count of mappings by similarity
247
+ * For dense_vector field types, count of mappings by similarity
247
248
*/
248
249
vector_similarity_type_count ?: Dictionary < Name , integer >
249
250
/**
250
- * Count of mappings by element type
251
+ * For dense_vector field types, count of mappings by element type
251
252
*/
252
253
vector_element_type_count ?: Dictionary < Name , integer >
253
254
}
You can’t perform that action at this time.
0 commit comments