I want to get cluster state of my SolrCloud by Solrj (I know that admin
page shows it but I want to customize it at my application).

Firstly wiki says that:

CloudSolrServer server = new CloudSolrServer("localhost:9983");

why CloudSolrServer takes only one Zookeeper host:port as an argument? I
have a quorum of Zookeeper and some of them maybe down even quorum works?

Secondly how can I get the current state of clusters properly?

Reply via email to