mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Add more dense_vector details for cluster stats field stats (#113607)
This adds some more counts for dense_vector field mapping stats. This allows for seeing the number of mappings with a given element type, similarity, or index type.
This commit is contained in:
parent
ee73969bbb
commit
8ed0df42f6
7 changed files with 170 additions and 23 deletions
|
@ -432,6 +432,15 @@ To get information on segment files, use the <<cluster-nodes-stats,node stats AP
|
|||
`indexed_vector_dim_max`::
|
||||
(integer) For dense_vector field types, the maximum dimension of all indexed vector types in selected nodes.
|
||||
|
||||
`vector_index_type_count`::
|
||||
(object) For dense_vector field types, the number of indexed vector types by index type in selected nodes.
|
||||
|
||||
`vector_similarity_type_count`::
|
||||
(object) For dense_vector field types, the number of vector types by similarity type in selected nodes.
|
||||
|
||||
`vector_element_type_count`::
|
||||
(object) For dense_vector field types, the number of vector types by element type in selected nodes.
|
||||
|
||||
`script_count`::
|
||||
(integer) Number of fields that declare a script.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue