One Time Requirement to move unwanted data (around 200mi) from a large (500mi) index based on certain filter criteria to another (New) index.
We are planning to write java code as below.
- Group certain list of ids and run "reindex" command in loops to copy to "NEW" index
- Group the same list of ids and run "Delete" command in current index
Looking for any "MOVE" kind of solution rather than Copy & Delete approach?
Thank You for any Suggestion.