Re: How important is the name of the data collection?

2015-06-08 Thread Erick Erickson
OK, assuming that by virtual machine you're talking JVMs and not VMWare or something bin/solr start -c -z localhost:2181 -p 8981 -s example/cloud/node1/solr bin/solr start -c -z localhost:2181 -p 8982 -s example/cloud/node2/solr Note that I cheat and use one of the example configs create

How important is the name of the data collection?

2015-06-08 Thread David Patterson
I'm trying to make two virtual machines, each with one 4.10 SOLR-cloud code instance, connected to the same external Zookeeper site. I want to create one data collection with one shard on each of these two machines. If I use the start method as described in the Apache Solr Reference Guide for my