Change the field type from text to keyword in elastic search

Mohamed Saleem, modified 6 Years ago. Junior Member Posts: 40 Join Date: 12/16/15 Recent Posts
Hi,I have override BaseIndexerPostProcessor to index some additional field value in Journal Article.In postProcessDocument() method I have indexed some values using this  document.addKeyword(key, String.valueOf(value)); http://localhost:9200/_mapping url i am seeing the my changes , my values are indexed but  the type is not changed to keyword. I want to change the type to keyword how can I do. Anyone help this.
ddm__relatedtext__44729__content    
type    "text"
store    true

Regards,Saleem