After looking over the lucidworks documentation, they mentioned the "host"
field in the solr.xml file. I had that as "localhost" -- since my last
setup and all examples are done from a single server. Switching that out
to be the actual hostname for each box fixed it all.
I am using 4.1, FYI.
Th
First, looks at the admin/cloud tab and make sure the urls are right and
reachable for each node. Are you using 4.0 or 4.1? 4.1 should make a better
guess at the host name to use - you can override that and be explicit if it's
guessing wrong. If you have nodes on different machines, you don't wa
I've been trying out Solr 4 -- I was able to get it working with 3
instances of Tomcat on the same box (different ports), and 5 Zookeeper
nodes on that box as well. I've started to get my production layout going,
but I can't seem to get the Solr to replicate among the nodes.
I can see that the So