I load the defaul config using scripts/cloud-scripts/zkcli.sh -cmd upconfig after which collections are created programmatically and the schema modified as per each collection's requirements.
I now notice that it is the SAME "default" original schema that holds ALL the modifications (new fields). What I really want is that during collection creation time (using SolrJ) as follows: CollectionAdminRequest.Create createRequest = new CollectionAdminRequest.Create(); createRequest.setConfigName("default-config"); the new collection would "inherit" a copy of the default schema, and following any updates to that schema, it should remain Collection-specific. Any suggestions on how to achieve this programmatically? Thanks. --Boman. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-multiple-collections-each-with-unique-schema-via-SolrJ-tp4277397.html Sent from the Solr - User mailing list archive at Nabble.com.