Have you looked at the collections API? It has the ability to set properties against collections. I wonder if that'll achieve the same thing as adding them to core.properties? I've never used it myself, but wonder if it'll solve your issue.
Upayavira On Thu, Aug 6, 2015, at 12:35 PM, marotosg wrote: > Hi, > > I am in the process of migrating my master, slave Solr infraestructure to > SolrCloud. > At the moment I have several cores inside a folder with this structure > /MyCores > /MyCores/Core1 > /MyCores/Core1/conf > /MyCores/Core1/core.properties > /MyCores/Core2 > /MyCores/Core2/conf > /MyCores/Core1/core.properties > > As you can see I have several cores with a core.properties file inside > which > contain several variables to populate solrconfig.xml and schema.xml. > > When uploading this info into Zookeeper it fails during the creation of a > collection because it's not able to resolve the core.properties > variables. > > Do you have any idea? Is it possible to use core.properties with > SolrCloud? > > Thanks > Sergio > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Upload-core-properties-to-ZooKeeper-tp4221259.html > Sent from the Solr - User mailing list archive at Nabble.com.