skroutz / elasticsearch-skroutz-greekstemmer

Greek Stemmer for elasticsearch
https://www.skroutz.gr
74 stars 34 forks source link

Update plugin for Elasticsearch 2.4.4 #12

Closed bill-kolokithas closed 7 years ago

bill-kolokithas commented 8 years ago

And I mean exactly 2.4.4, since the version of Elasticsearch we specify in plugin-descriptor.properties must match exactly the current running version and the minor version cannot be wildcarded.

Resolves #9

The reason for this branch is that we might need this step in production before upgrading directly to 5.x.x series, but it's also easier to upgrade the plugin in steps.

Right now the latest stable elasticsearch version in the 2.x.x series is 2.4.4 (lucene 5.5.2). Also note that java 8 is required (up from 7).

bill-kolokithas commented 7 years ago

Upgraded to the latest stable series of version 2.x.x. (2.4.4 as of this moment) This will be the base for the work towards 5.x.x.

bill-kolokithas commented 7 years ago

5.1.2 version: https://github.com/skroutz/elasticsearch-skroutz-greekstemmer/pull/18