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
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
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
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