Hi All, I'm using latest version of Solr 4.7.1 and was wondering if there is a way to share common schema.xml. Here is my use case. I have two cores which would have same schema structure. Core 1 = Stores Active Records Core 2 = All records regardless of the status
Both the cores would have the same schema structure however data-config.xml (DIH) would be different as the query would change based on the record status. As of now, I created two cores *Core 1* - conf -- data-config.xml -- schema.xml -- solrconfig.xml - data - core.properties *Core 2* - conf -- data-config.xml -- schema.xml -- solrconfig.xml - data - core.properties In such scenario, is there a way to share same schema.xml file between two cores :-). -- View this message in context: http://lucene.472066.n3.nabble.com/Sharing-configuration-files-among-cores-4-7-1-tp4130928.html Sent from the Solr - User mailing list archive at Nabble.com.