elasticsearch-langdetect icon indicating copy to clipboard operation
elasticsearch-langdetect copied to clipboard

No releases for versions above 2.2.0.1

Open awislowski opened this issue 8 years ago • 1 comments

From version 2.2.0.1 there are no releases on github : https://github.com/jprante/elasticsearch-langdetect/releases

In README file there is a bad link to the artefact, that allows installation of the plugin.

awislowski avatar Aug 30 '16 06:08 awislowski

@awislowski I was able to build my own zip file by cloning the repository and running (maybe you need to install gradle first):

gradle buildPluginZip

Then you can install the plugin by referring to the newly created zip file, e.g.:

bin/plugin install file:///Users/sten/Development/elasticsearch-langdetect/build/distributions/elasticsearch-langdetect-2.3.3.0-plugin.zip

sten avatar Sep 08 '16 20:09 sten