Re: Multi-core and replicated Solr cloud testing. Data-directory mis-configures

2013-03-25 Thread Trevor Campbell
Solved. I was able to solve this by removing any reference to dataDir from the solrconfig.xml. So in solr.xml for each node I have: and in solrconfig.xml in each core I have removed the reference to dataDir completely. On Tue, Mar 2

Re: Multi-core and replicated Solr cloud testing. Data-directory mis-configures

2013-03-25 Thread Trevor Campbell
That example does not work if you have > 1 collection (core) per node, all end up sharing the same index and overwrite one another. On Mon, Mar 25, 2013 at 6:27 PM, Gopal Patwa wrote: > if you use default directory then it will use solr.home directory, I have > tested solr cloud example on loca

Re: Multi-core and replicated Solr cloud testing. Data-directory mis-configures

2013-03-25 Thread Gopal Patwa
if you use default directory then it will use solr.home directory, I have tested solr cloud example on local machine with 5-6 nodes.And data directory was created under core name, like "example2/solr/collection1/data". you could see example startup script from source code "solr/cloud-dev/solrcloud

Multi-core and replicated Solr cloud testing. Data-directory mis-configures

2013-03-24 Thread Trevor Campbell
I have three indexes which I have set up as three separate cores, using this solr.xml config. This works just fine a standalone solr. I duplicated this setup on the same machine under a completely separate solr installation (solr-node