elasticsearch-reindex
elasticsearch-reindex copied to clipboard
Does it work with elastic-search 1.3.1?
It appears that they might have made a breaking change with regards to an overload:
bin/elasticsearch [2014-08-31 10:00:20,857][INFO ][node] [Jackpot] version[1.3.1], pid[8491], build[2de6dc5/2014-07-28T14:45:15Z] [2014-08-31 10:00:20,857][INFO ][node] [Jackpot] initializing ... [2014-08-31 10:00:20,868][INFO ][plugins] [Jackpot] loaded [marvel, reindex], sites [marvel, kopf] {1.3.1}: Initialization Failed ...
- VerifyError[class com.pannous.es.reindex.ReIndexAction overrides final method handleRequest.(Lorg/elasticsearch/rest/RestRequest;Lorg/elasticsearch/rest/RestChannel;)V]
Updating the elastic-search version in the pom.xml caused even more wreckage:
<properties>
<maven.compiler.target>1.6</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<elasticsearch.version>1.3.1</elasticsearch.version>
</properties>