I have data on elasticsearch server 1.3.4. I want to reindex data to server having version 2.0.0. using java api. Both versions require different Jars to make a connection to servers. When I used jar of version 2.0 it failed to make connection to 1.3.4 and vice versa.
Any Idea how to do it ?