Hi, I want to use SolrCloud in a more federated mode rather than replication. The failover is nice, but I am more interested in increasing capacity of an index through horizontal scaling (shards).
How can I configure shards such that they retain their own documents and don't replicate (or replicate to some shards and not all)? Thus, when I search from any shard I want results from all shards (being different results from each). Currently, if I kill a shard (using the example provided), no search works and it errors out. thanks!