Equivalent for _search_shards in transport client

I am looking for _search_shards equivalent in transport client.

Is there a way to find the following using Transport client in Java?

  1. List of all nodes
  2. shard details per node

Thanks.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1cbba5cd-56b1-4e69-844e-35eef9c0e62f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

This should help: https://github.com/elasticsearch/elasticsearch/blob/4ab268bab2cfd7fc3cb4c4808f706d5049c1fae5/src/main/java/org/elasticsearch/rest/action/admin/cluster/shards/RestClusterSearchShardsAction.java#L63

David

Le 9 févr. 2015 à 07:09, Puneet Jaiswal punit.kj@gmail.com a écrit :

I am looking for _search_shards equivalent in transport client.

Is there a way to find the following using Transport client in Java?

  1. List of all nodes
  2. shard details per node

Thanks.

You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1cbba5cd-56b1-4e69-844e-35eef9c0e62f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/E1CCC9DC-32C1-4C6E-A494-46FD8CCDE2F8%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.