Reindex performence

hi, I changed the index mapping and need to reindex. There are about 7 billion records and 2T in disk. I try to use the elasticdump, but it is too slowly. Can i copy the old index data to the corresponding directory of new index ? or any other way to obtain the best performance

The whole point of reindexing after the mapping is that the index needs to be rebuilt. So it isn't possible to copy files, no. Your options are just the normal ones for increasing index speed: make sure you are using _bulk, raise the refresh interval, etc.

thanks to @nik9000, I got it. I need to index it one by one . Can you give me some advice about the tools like elasticdump? I copy document in same cluster, and which tools can get best index speed in the situation