Question
Creating a SOLR collection and collection configuration programatically
We need some SOLR collections for searching.
To this point, we create the collection via the admin page, and then
- we configure the /dataimport in solrconfig.xml in the collection folder
- we configure schema.xml in the collection folder
- we configure data-config.xml for the /dataimport in the collection folder
Is there a way for all these steps to be done programatically?
I assume that the <cfcollection> tag creates a collection but does only what the admin interface does.
Is there a way to do all this configuration via cfms/cfcs?
