I am attempting to override some properties in my solrconfig.xml file by specifying properties in a solrcore.properties file which is uploaded in Zookeeper's collections/conf directory, though when I go to create a new collection those properties are never loaded. One work-around is to specify properties at collection creation time but then there doesn't seem to be an easy way of updating those properties cluster-wide, I did attempt to specify a request parameter of 'property.properties=solrcore.properties' in the collection creation request but that also fails.
Does anyone have any ideas on how I can get this working? If not the solrcore.properties route, really I just need any way to specify properties within ZK that all replicas can pickup and read + update itself appropriately. Thanks, -Steve