Where do I find the shema.xml to hand edit? I can't find it on my node running ZK.
I'm not sure what's happening, but when I try to add a field to the schema for one of the collections (I am running in SolrCloud mode), I get: curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-field" : { "name":"newtestfield__c", "type":"string", "stored":true}}' http://localhost:8983/solr/00D61000000HHnj/schema { "responseHeader":{ "status":0, "QTime":2}, "errors":[{"errorMessages":"schema is not editable"}]} Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Making-managed-schema-unmutable-correctly-tp4264051p4271963.html Sent from the Solr - User mailing list archive at Nabble.com.