You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
GET /index/_stats returns shard_stats with total_count property for indices. But C# method ElasticClient.Indices.Stats(index) returns Nest.IndicesStats class where the shard_stats is not mapped.
Describe the solution you'd like
Map shard_stats API returns to C# object.
Describe alternatives you've considered
I have to made a second call to get this information from index settings (it's not ideal).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
GET /index/_stats returns shard_stats with total_count property for indices. But C# method ElasticClient.Indices.Stats(index) returns Nest.IndicesStats class where the shard_stats is not mapped.
Describe the solution you'd like
Map shard_stats API returns to C# object.
Describe alternatives you've considered
I have to made a second call to get this information from index settings (it's not ideal).
The text was updated successfully, but these errors were encountered: