Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch 2.3.4 is not supported #40

Open
spider-network opened this issue Jul 29, 2016 · 6 comments
Open

Elasticsearch 2.3.4 is not supported #40

spider-network opened this issue Jul 29, 2016 · 6 comments

Comments

@spider-network
Copy link

Plugin [decompound] is incompatible with Elasticsearch [2.3.4]. Was designed for version [2.3.3]
@mablae
Copy link

mablae commented Jul 30, 2016

A plugin system that need a re-release of plugins every version is a not, what a plugin system was made for. 😄

@jprante
Copy link
Owner

jprante commented Jul 30, 2016

Plugin version 2.3.4.0 for Elasticsearch 2.3.4 just released.

@fdv
Copy link

fdv commented Aug 1, 2016

Except the download link is broken 👎

@jprante
Copy link
Owner

jprante commented Aug 1, 2016

Sorry for the inconvenience, now I pushed the binary plugin zip.

@nchachereau
Copy link

Wanted to try this plugin out, but there is the same problem with 2.3.5 😅

@nchachereau
Copy link

nchachereau commented Feb 5, 2017

In case anyone else needs this plugin for a specific version of Elasticsearch: it is actually quite easy to compile.

Here is what I did on Ubuntu 16.04 (adapt to your own case).

  1. ensure you have the JDK :
    sudo apt-get install openjdk-8-jdk
  2. ensure you have the right Java selected (you need Java 8):
    sudo update-alternatives --config java
  3. clone
    git clone https://github.com/jprante/elasticsearch-analysis-decompound.git
  4. edit version number
    cd elasticsearch-analysis-decompound
    git checkout <branch that is close to your version, e.g. 2.4.1.0>
    and edit build.gradle (indicate the right version for elasticsearch)
  5. compile
    ./gradlew assemble

The zip is in build/distributions/elasticsearch-analysis-decompound--plugin.zip.
Install and restart the node, in my case:

cd /usr/share/elasticsearch
bin/plugin install file:///path/to/elasticsearch-analysis-decompound/build/distributions/elasticsearch-analysis-decompound-2.4.4.0-plugin.zip
sudo service elasticsearch restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants