Solr: Adding cores using a configSet in a SolrCloud setup does not work
问题 I have a SolrCloud (v5.2) setup with 2 different cores [ users, docs ] working properly. Now I need to be able to dynamically add new cores that are configuration-wise identical to the docs core that already exists. I don't want to duplicate the configuration (I tried an it works OK) as I need to actually share the synonyms.txt and some other files that constantly change. I think that I need "configsets" but I cannot get them to work. I uploaded the "template" conf using this command: sh