i have a field named "description " in a index in elastic.
"description":{"type":"string","norms":{"enabled":false},"fielddata":{"format":"disabled"},"fields":{"raw":{"type":"string","index":"not_analyzed","ignore_above":256}}}
but i want to change ignore_above field limit because i am getting longer strings in this field.
How can i update this field through put command or is there any other way to this?