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=67&rev2=68 Comment: user reported problem where demo was jacked up because he already had data that got copied to multiple nodes This example simply creates a cluster consisting of two solr servers representing two different shards of a collection. - Since we'll need two solr servers for this example, simply make a copy of the example directory for the second server. + 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/* cp -r example example2 }}} This command starts up a Solr server and bootstraps a new solr cluster.