Hi,
what is the best way to create a new Collection through the API so I get
an own config folder with schema.xml and solrconfig.xml inside the
created Core?
When I just create a Collection, only the data folder will be created
but the config folder with schema.xml and solrconfig.xml will be used
from another Collection. Even when I add the config folder later, I have
to reload the core on every server to get the changes :(
Do I have to create a default Core somewhere, copy it inside my solr
folder, rename it and then add this as a Collection or is there a better
way to do this?
Thanks,
Markus