i want to change the datatype of one field in my opensearch index from long to string. Is there any way to do so. I have already pushed data in that index so it is not empty.
Asked
Active
Viewed 362 times
1 Answers
0
I'm afraid you'll need to reindex. The good news is that it can be done with the relatively fast reindex API without running your whole ETL pipeline.

ilvar
- 5,718
- 1
- 20
- 17