On 8/29/2013 4:39 PM, Jared Griffith wrote:
OK, so I have set up 4 solr instances that are using remote Zookeeper (3)
servers to manage them.  Do we send documents via the zookeeper instance(s)
or just via the solr instances?

If you are indexing directly via something like curl or another non-zk-aware client, you send it to Solr.

SolrJ is the only client API I'm aware of that's zk-aware.

Thanks,
Shawn

Reply via email to