Hi, I have a SolrCloud collection I create using a list of properties within a core.properties file.
When I create the collection I call the collection API passing the core.properties using the "property.properties=/localpath/core.properties": http://solrserver:8983/solr/admin/collections?action=CREATE&name=person&numShards=1&replicationFactor=2&&collection.configName=person&property.properties=/localpath/core.properties I run a backup and core.properties is not part of the backup at all. When I try to restore I don't see anywhere the option to load the core.properties file. I know I could send the properties one by one using "*&property.my.custom.prop=edismax*" but in my case is pretty hard as I have many properties. My question is: Is it possible to call the restore operation sending somehow the core.properties instead of adding all the properties to the url? Thanks a lot. Sergio -- View this message in context: http://lucene.472066.n3.nabble.com/Restore-SolrCloud-collection-using-core-properties-tp4334615.html Sent from the Solr - User mailing list archive at Nabble.com.