Open diamondio-ops opened 7 years ago
Just putting the plugin in a ES 5.2 server, doesn't work, ES quits with:
[2017-02-10T13:01:29,045][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [ci.pludoni.de] uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException:
Plugin [analysis-dynamic-synonym] is incompatible with Elasticsearch [5.2.0]. Was designed for version [5.1.1]
So, I've simply tried changing the version to 5.2.0. in pom.xml, but then compilation fails:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /elasticsearch-analysis-dynamic-synonym/src/main/java/com/bellszhu/elasticsearch/plugin/DynamicSynonymPlugin.java:[40,4]
error: method does not override or implement a method from a supertype
[INFO] 1 error
Any ideas?
i hit the same problem .i recompiled for elasitcsearch5.3.0
should work with this PR #22
i hit the same problem. Did you have resolve?
Is this supposed to work on Elasticsearch 5.2? I'm getting the following error: