Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrCloud" page has been changed by Mark Miller: http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=25&rev2=26 To add more Solr instances to a shard, simply keep starting new instances, specifying the known number of shards in your cluster with numShards. You can do this at any time and the instance will sync up its data with the current replicas in the shard before becoming active. - You can not yet change the number of shards of the index after initially setting up the cluster - eg you want to turn a shard1,shard2 cluster into a shard1,shard2,shard3 cluster. This is a feature that is on the short road-map however. + You can not yet change the number of shards of the index after initially setting up the cluster - eg you want to turn a shard1,shard2 cluster into a shard1,shard2,shard3 cluster. This is a feature that is on the road-map however. == Near Realtime Search == If you want to use the Near Realtime search support, you will probably want to enable auto soft commits in your solrconfig.xml file before putting it into zookeeper. Otherwise you can send explicit soft commits to the cluster as you desire. See NearRealtimeSearch