On Jan 30, 2013, at 12:14 PM, Shawn Heisey <s...@elyograg.org> wrote:

> Is it possible to issue a command through the collections API that will 
> assign a new config set (already stored in zookeeper) to an existing 
> collection?

No, not currently. We are talking about such things here: SOLR-4193.

Right now you either have to use one of the auto rules (eg collections with no 
link that see a conf set that shares their name should auto link) or use the 
ZkCli tool or do something manual.

> 
> Related - because such changes would require a reload, is there a RELOAD 
> action on the collection API that finds all the cores for that collection and 
> reloads them?

See the reload command: 
http://wiki.apache.org/solr/SolrCloud#Managing_collections_via_the_Collections_API

> 
> The SolrCloud wiki page doesn't have a reference for the action parameter and 
> the parameter list is almost guaranteed to be incomplete.

I don't think it is? What is missing?

- Mark

Reply via email to