I'm using Elasticsearch version 1.7.5. Before I can upgrade to version 2.x (or even 5.x), I need to reindex five large indices so that they conform to the 2.x standards.
Unfortunately, Logstash (and the scroll api) can't reindex my data because of this problem.
My Question:
- What is the best way to reindex my data without using Logstash or the scroll api?
- If possible, I would prefer to use Nest.