diff --git a/index.go b/index.go index 9dd5e103e..c062cf36d 100644 --- a/index.go +++ b/index.go @@ -1022,6 +1022,7 @@ func (i *Index) DeleteShard(ctx context.Context, indexName string, shardID uint6 // Delete shard // --> need to make schemator DeleteShard too? + // --> --> --> The real question is where to actually delete the shard? and how? Through fields? Views? // --> --> shards and partitions aren't part of schema? // ???