I did an upgrade of my elasticsearch instance from elasticsearch-2.x to elasticearch-5.6 . Everything seems to work fine. But before i do an upgrade to version 6, I have to reindex data. Whats does reindexing mean?
I have a script that is creating all data i need on elasticsearch. Do i have to start this script. But in this case it would be the same like i would remove all indices and install all dumps back into elasticsearch.
I dont know how to try this because i dont know the "right way" to do it.
EDIT I did now found the api with _reindex post. Do i have to do this for all indexes i have or is there an application i don't know that is doing this maybe faster than me :-)