You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/15 17:48:01 UTC

[Solr Wiki] Trivial Update of "SolrCloud" by YonikSeeley

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.
http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=5&rev2=6

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

  ===== Simplest Bootstrap =====
  How to create a new solr cluster + collection?  Easiest would be to create one from an existing non-zookeeper server.
  
- Method 1: Environment variable (-Dboostrap_cluster=...) that could create files needed for a new collection, including copying the local config files into zookeeper before the core is created, then a zk-enabled core could be started.  This would also bootstrap the entire cluster (default name = solr) if it had not been done yet.
+ Method 1: Environment variable (-Dboostrap_collection=...) that could create files needed for a new collection, including copying the local config files into zookeeper before the core is created, then a zk-enabled core could be started.  This would also bootstrap the entire cluster (default name = solr) if it had not been done yet.
  
  java -Dbootstrap_collection=collection_name -DzkHost=... -jar start.jar