public Info(IndexSummaryResponse i) {
this.primaryShards = new ShardMeter(i.primaryShards);
this.allShards = new ShardMeter(i.allShards);
IndexShardsResponse primaries = i.primaryShards;
this.openSearchContexts = primaries.openSearchContexts;
this.storeSizeBytes = primaries.storeSizeBytes;
this.segments = primaries.segments;
this.documents = primaries.documents;