David
starting 1st node
bin\solr start -cloud -p 8983 -s C:\Java\solr-5.0.0\example\cloud\node1\solr
starting 2nd node
--
bin\solr -cloud -p 7574 -s C:\Java\solr-5.0.0\example\cloud\node2\solr -z
localhost:9983
The third would be similar to
Hi,
I started solr in cloud mode (interactive set up). 3 nodes, 3 shards and 1
replica and a collection. I stopped it using ./solr stop -all. How do I
get the same above cloud mode setup to start? "./solr -c start" started
the new solr cloud instance all together where as I was looking for the
pr