Update Settings for Index through Java api 2.4.0

Hi Team,

am trying to update settings for index through java api in Elasticsearch 2.4.0

client.admin().indices().prepareUpdateSettings(indices).setSettings(settings).execute().actionGet();

but the code has no effect.

Kindly let me know.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.