On 6/1/2022 6:31 PM, Shawn Heisey wrote:
The end result is the same ... except in the second case, it references the configset by name, which will be in the created core.properties file. If you were to change the config in the configset directory and then reload each core, test_core would not see the changes, but test_core2 would. That's because test_core has a complete copy of the config that is separate from the configset, and test_core2 is referencing the configset.
The configSet feature brings the shared config model from SolrCloud to standalone mode, with one difference -- with the configs in zookeeper, SolrCloud can share the same config between multiple nodes, but in standalone mode, the shared config is local to one Solr node.
Thanks, Shawn
