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 2012/01/14 20:39:03 UTC

[Solr Wiki] Trivial Update of "SolrCloud2" by Mark Miller

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrCloud2" page has been changed by Mark Miller:
http://wiki.apache.org/solr/SolrCloud2?action=diff&rev1=5&rev2=6

  Additional cloud related parameters for the CREATE action:
  
   * '''collection''' - the name of the collection this core belongs to.  Default is the name of the core.
-  * '''shard''' - the shard id this core represents
+  * '''shard''' - the shard id this core represents (oOptional - normally you want to be auto assigned a shard id)
   * '''collection.<param>=<value>''' - causes a property of <param>=<value> to be set if a new collection is being created.
    * Use  collection.configName=<configname> to point to the config for a new collection.