How to update properties filed

Hi ,

Want to make the following changes in properties. Could you please let me know how to do this without change the index.

From:

"no_proc": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}

To:

"no_proc": {
"type": "integer"
},

You can't. You need to create a new index and reindex.

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