>From the solr wiki, I saw this command ( http://localhost:8983/solr/admin/collections?action=SPLITSHARD&collection=<collection_name>&shard=shardId) which split one index into 2 shards. However, is there someway to split into more shards?
Thanks, Ming-