We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad5f16 commit 915d77dCopy full SHA for 915d77d
specification/cluster/stats/types.ts
@@ -188,6 +188,10 @@ export class DenseVectorOffHeapStats {
188
total_veq_size?: ByteSize
189
total_vex_size_bytes: long
190
total_vex_size?: ByteSize
191
+ total_cenif_size_bytes: long
192
+ total_cenif_size?: ByteSize
193
+ total_clivf_size_bytes: long
194
+ total_clivf_size?: ByteSize
195
fielddata?: Dictionary<string, Dictionary<string, long>>
196
}
197
0 commit comments