I'm confused about core and collection configuration in Solr.
I've only ever used cores and so I know cores' two main configs are conf/schema.xml and conf/solrconfig.xml
Now I am using solrcloud and think I want to use collections on these cores. I've got a simple two shard, two replica setup like here: http://wiki.apache.org/solr/SolrCloud.
I want to be able to create a new core or collection (via collections api if I can), all the nodes create this core on their own instance and share the same schema.xml and perhaps solrconfig.xml as well.
Thanks for any help