Hi all, I have requirement where multiple solr cores need to be created with different schema. Using CoreAdminAPI, I can create a core dynamically but, I have to create a folder and copy the schema.xml and solrconfig.xml there before invoking the API. Is there a way to create solr cores with some kind of default configurations using solrj?
I tried using configSets, but it seems all the cores are referring to the same ConfigSet and changes done to the schema of the cores, reflect on the configSet, which will ultimately change the schema of all the cores. Any help is appreciated. Thanks, Gimantha