Hi there. I'm starting a new project using solr and i would like to know if solr is able to setup a cluster with fault tolerance.
I'm setting up an environment with two shards. Each shard should have a replica. What i would like to know is if a shard master fails will the replica be "promoted" to a master. Or will it remain search only and only recover when a new master is setup. Also how is the document indexing distributed by the shards? Can i add a new shard dynamically? All the best, Miguel Coxo.