Re: Clarification on Collections API for 5.x

2015-05-27 Thread Erick Erickson
Are you defining shard and replicas here? Or is this just a single-node collection? In any case, this seems unnecessary. You'd get the same thing by having your uploading the config set to ZK, then just issuing a Collections CREATE command, specifying the node to use if desired. What you're doing

Re: Clarification on Collections API for 5.x

2015-05-27 Thread Jim . Musil
bump On 5/21/15, 9:06 AM, Jim.Musil jim.mu...@target.com wrote: Hi, In the guide for moving from Solr 4.x to 5.x, it states the following: Solr 5.0 only supports creating and removing SolrCloud collections through the Collections

Re: Clarification on Collections API for 5.x

2015-05-27 Thread Jim . Musil
Thanks for the clarification! On 5/27/15, 12:00 PM, Erick Erickson erickerick...@gmail.com wrote: Are you defining shard and replicas here? Or is this just a single-node collection? In any case, this seems unnecessary. You'd get the same thing by having your uploading the config set to ZK, then

Clarification on Collections API for 5.x

2015-05-21 Thread Jim . Musil
Hi, In the guide for moving from Solr 4.x to 5.x, it states the following: Solr 5.0 only supports creating and removing SolrCloud collections through the Collections APIhttps://cwiki.apache.org/confluence/display/solr/Collections+API, unlike previous versions. While not using the collections