Thank you Jürgen for this link.
However, this will not give number of documents and shard size.
Regards,
Nabil.
Le Lundi 20 octobre 2014 15h23, Jürgen Wagner (DVT)
a écrit :
Hi Nabil,
you can get /clusterstate.json from Zookeeper. Check
CloudSolrServer.getZkStateReader():
http:/
Hi Nabil,
you can get /clusterstate.json from Zookeeper. Check
CloudSolrServer.getZkStateReader():
http://lucene.apache.org/solr/4_10_1/solr-solrj/org/apache/solr/client/solrj/impl/CloudSolrServer.html
Best regards,
--Jürgen
On 20.10.2014 15:16, nabil Kouici wrote:
> Hi Jürgen,
>
> As you can
Hi Jürgen,
As you can see, I'm not using direct connection to node. It's a CloudServer.
Do you have example to how to get Cluster status from solrJ.
Regards,
Nabil.
Le Lundi 20 octobre 2014 13h44, Jürgen Wagner (DVT)
a écrit :
Hello Nabil,
isn't that what should be expected? Cores are
y idea?
>
> Regards,
> Nabil.
--
View this message in context:
http://lucene.472066.n3.nabble.com/CoreAdminRequest-in-SolrCloud-tp4164918p4164941.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello Nabil,
isn't that what should be expected? Cores are local to nodes, so you
only get the core status from the node you're asking. Cluster status
refers to the entire SolrCloud cluster, so you will get the status over
all collection/nodes/shards[=cores]. Check the Core Admin REST interface
f
Hi,
I'm trying to get all shards statistics in cloud configuration. I'v used
CoreAdminRequest but the problem is I get statistics for only shards (or core)
in one node (I've 2 nodes):
String zkHostString = "10.0.1.4:2181";
CloudSolrServer solrServer= new CloudSolrServer(zkHostString);
CoreAdminR