I found something strange while trying to create more than one collection in SolrCloud: I am running every instance with -Dsolr.data.dir=/data If I look at Core Admin section, I can see that I have one core and its dataDir is set to this fixed location. Problem is, if I create a new collection, another core is created - but with this fixed index location again. I was expecting that the path I sent would serve as the BASE path for all cores the the node hosts. Current behaviour seems like a bug to me, because obviously one collection will see data that was not indexed to him. Is there a way to overcome this? I mean, change the default data dir location, but still be able to create more than one collection correctly?
-- View this message in context: http://lucene.472066.n3.nabble.com/Setting-solr-data-dir-for-SolrCloud-instance-tp4103052.html Sent from the Solr - User mailing list archive at Nabble.com.