0

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.

Yash Mathur
  • 111
  • 4
  • 11

1 Answers1

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