Commit graph

3 commits

Author SHA1 Message Date
Julie Tibshirani
abd561a277
Support kNN vectors in disk usage action (#88785)
This change adds support for kNN vector fields to the `_disk_usage` API. The
strategy:
* Iterate the vector values (using the same strategy as for doc values) to
estimate the vector data size
* Run some random vector searches to estimate the vector index size 

Co-authored-by: Yannick Welsch <yannick@welsch.lu>

Closes #84801
2022-07-26 07:57:47 -07:00
Yannick Welsch
3dac76c190
Disk usage API does not support timeout parameters (#78503)
Fixes the documentation that the disk usage API is not supporting timeout parameters.

Closes #78356
2021-09-30 16:08:00 +02:00
Nhat Nguyen
c23cb99b71
Add index disk usage API (#74051)
This change adds a new API that supports analyzing the disk usage of 
each field of an index.
2021-06-30 11:50:01 -04:00