How can I update existing index mapping/settings by java high level rest client. I do not see PutMapping is released yet. Any pointer how to do that with current version.
I tried to use lowlevel client with PUT method, but I got index_already_exists_exception.
client.performRequest("PUT", "/index12",
map, entity, new BasicHeader("content-type","application/json"));