Today I have started working on Elastic Search, in my last project I have done the searching in Solr, and I was importing data from mysql and that was pretty simple.
Now I have to do same work in Elastic search, and successfully done the setup I have started working as per "https://github.com/jprante/elasticsearch-jdbc#quick-links"
but getting error.
java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0]
I am using Elastic Search version 5.0.0 and using the "wget http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.3.4.0/elasticsearch-jdbc-2.3.4.0-dist.zip"
which is maximum available version.
Please suggest on this.