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 YonikSeeley.
The comment on this change is: doc zoo_data, break out diff examples under 
"getting started".
http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=20&rev2=21

--------------------------------------------------

  cp -r example example2
  }}}
  
+ === Simple two shard cluster ===
  This command starts up a Solr server and bootstraps a new solr cluster.
  {{{
  cd example
@@ -65, +66 @@

  And now, a request to either server with "distrib=true" results in a 
distributed search that covers the entire collection:
  
  http://localhost:8983/solr/collection1/select?distrib=true&q=*:*
+ 
+ If at any point you wish to start over fresh or experiment with different 
configurations, you can delete all of the cloud state contained within 
zookeeper by simply deleting the solr/zoo_data directory after shutting down 
the servers.
  
  == ZooKeeper ==
  Multiple Zookeeper servers running together for fault tolerance and high 
availability is called an ensemble.  For production, it's recommended that you 
run an external zookeeper ensemble rather than having Solr run embedded servers.

Reply via email to