Adding one more field in an existing mapping.json

You need to add .setType("docs").

PutMappingResponse mapp = ESclient.admin().indices().setType("docs").putMapping(map).actionGet();

That might help you.