When I try to creat a new collection in my SolrCLoud I get the Error message
Specified config does not exist in ZooKeeper:my_new_collection
from the Apache Solr Reference Guide I learnd that the parameter
**collection.configName** must already be stored in ZooKeeper
but how and when can I tell my ZooKeeper about the new config file when I am just about to create a new collection with a new config file?
Is there realy no example of adding collection to a SolrCore in the web? I only found tutorials for adding shards to nodes, but none for adding collections to a SolrCloud.