Hello All, I am using Solr for indexing my data. My client is in C++. So I make Curl request to Solr server for indexing. Now, I want to use indexing in SolrCloud mode using ZooKeeper for HA. I read the wiki link of SolrCloud (http://wiki.apache.org/solr/SolrCloud).
What I understand from wiki that we should always check solr instance status(up & running) in solrCloud before making an update request. Can I not send update request to zookeeper and let the zookeeper forwards it to appropriate replica/leader ? In the later case I need not to worry which servers are up and running before making indexing request. -- View this message in context: http://lucene.472066.n3.nabble.com/update-in-SolrCloud-through-C-client-tp4117340.html Sent from the Solr - User mailing list archive at Nabble.com.