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 {
174174 total_veq_size ?: ByteSize
175175 total_vex_size_bytes ?: long
176176 total_vex_size ?: ByteSize
177+ fielddata ?: Dictionary < string , Dictionary < string , long > >
177178}
178179
179180export class FieldTypesMappings {
@@ -239,15 +240,15 @@ export class FieldTypes {
239240 */
240241 script_count ?: integer
241242 /**
242- * Count of mappings by index type
243+ * For dense_vector field types, count of mappings by index type
243244 */
244245 vector_index_type_count ?: Dictionary < Name , integer >
245246 /**
246- * Count of mappings by similarity
247+ * For dense_vector field types, count of mappings by similarity
247248 */
248249 vector_similarity_type_count ?: Dictionary < Name , integer >
249250 /**
250- * Count of mappings by element type
251+ * For dense_vector field types, count of mappings by element type
251252 */
252253 vector_element_type_count ?: Dictionary < Name , integer >
253254}
You can’t perform that action at this time.
0 commit comments