Git Product home page Git Product logo

Comments (3)

cmantas avatar cmantas commented on August 15, 2024

Assuming you mean ES5 as ES6 is not coming in the near future.

Unfortunately a stable version of this plugin for ES5 has not been released yet.
That being said, you could try, at your own risk, a development version as found here.

You will need to build it from source and install it from the resulting zip file.

From the plugin's repo, checkout the elasticsearch_5_1_X branch and build it (with mvn package).
The plugin zip will be under target/releases.

Find out the installation dir of ES calling the _nodes endpoint. eg:
curl "localhost:9200/_nodes?pretty=true&settings=true" 2>/dev/null | grep home
(for debian it's under usr/share).

Then use the plugin script under the bin dir to install the zip.

sudo /usr/share/elasticsearch/bin/plugin --install elasticsearch-skroutz-greekstemmer --url file:///$(pwd)/target/releases/elasticsearch-skroutz-greekstemmer-0.0.13-SNAPSHOT.zip

Closing this Issue as it will not be helpful for other users

from elasticsearch-skroutz-greekstemmer.

mixalistzikas avatar mixalistzikas commented on August 15, 2024

any news about ES6?

from elasticsearch-skroutz-greekstemmer.

greenonion avatar greenonion commented on August 15, 2024

Nope, we're still using ES5 and will be for the foreseeable future. We're accepting PRs though, it shouldn't be too hard.

from elasticsearch-skroutz-greekstemmer.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.