Skip to content

Commit d7cf627

Browse files
committed
add fielddata, more comments
1 parent 08434b8 commit d7cf627

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

specification/cluster/stats/types.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

179180
export 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
}

0 commit comments

Comments
 (0)