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 HossMan: http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=68&rev2=69 Comment: wrong working dir for rm Since we'll need two solr servers for this example, simply make a copy of the example directory for the second server -- making sure you don't have any data already indexed. {{{ - rm -r solr/collection1/data/* + rm -r example/solr/collection1/data/* cp -r example example2 }}} This command starts up a Solr server and bootstraps a new solr cluster.