Context
Meilisearch v1.53.0 adds indexSize and usedIndexSize to per-index stats.
Objective
Update the SDK so index stats responses include the new indexSize and usedIndexSize fields returned by Get stats of index and per index in Get stats of all indexes.
indexSize: size of the index DB (bytes by default; honour sizeFormat when supported)
usedIndexSize: size of the used pages of the index DB (bytes by default; honour sizeFormat when supported)
Tasks
Context
Meilisearch v1.53.0 adds
indexSizeandusedIndexSizeto per-index stats.Objective
Update the SDK so index stats responses include the new
indexSizeandusedIndexSizefields returned by Get stats of index and per index in Get stats of all indexes.indexSize: size of the index DB (bytes by default; honoursizeFormatwhen supported)usedIndexSize: size of the used pages of the index DB (bytes by default; honoursizeFormatwhen supported)Tasks
indexSizeandusedIndexSizeto the index stats response shape