Are there any plans/tickets to allow for pluggable SolrConf and CoreLocator? In my use case my solr.xml is totally static, i have a separate dataDir and my core.properties are derived from a separate configuration (living in ZK) but totally outside of the SolrCloud..
I'd like to be able to not have any instance directories and/or no solr.xml or core.properties files laying around as right now I just regenerate them on startup each time in my start scripts.. Obviously I can just hack my stuff in and clearly this could break the write side of the collections API (which i don't care about for my case)... but having a way to plug these would be nice.. steve