Elasticsearch 2.4.0 updatesetting API

Hi Team
getting error java.lang.NoSuchFieldError: FAIL_ON_SYMBOL_HASH OVERFLOW

while updating the settings through the java api

client.admin().indices().prepareUpdateSettings(indices).setSettings(Settings.builder().loadFromSource(settings).build()).get();

Kindly help

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