Java api equivalent to the get settings for an index http api

Does this exist in the Java API?
http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings.html

--

ClusterStateRequest is probably what you are looking for.

All REST calls get transformed into Java API calls. The REST call you
highlighted can be found at RestGetSettingsAction.

--
Ivan

On Tue, Aug 21, 2012 at 12:23 PM, Wes Plunk wes@wesandemily.com wrote:

Does this exist in the Java API?
Elasticsearch Platform — Find real-time answers at scale | Elastic

--

--