Skip to content

Releases: mrgambal/elasticsearch-ukrainian-lemmatizer

Unicode, tests and logging fixes [ES v2.0.2]

27 Feb 23:11
Compare
Choose a tag to compare

This particular release addresses an issue with non-Unicode based OSes (like Windows) and a problem with testing in gradle.

Unicode and logging fixes for 1.7.5

17 Feb 21:20
Compare
Choose a tag to compare

This particular release adresses an issue with non-Unicode based OSes (like Windows).
Also it uses new ES SDK v1.7.5.

Build for ElasticSearch 2.1.1

28 Dec 13:39
Compare
Choose a tag to compare
v1.2.1

Bumped ES version to 2.1.1

Build for ElasticSearch v2.1.0

28 Dec 13:00
Compare
Choose a tag to compare

Since ElasticSearch developers changed way more from what I've expected, this release took me more time than latter ones.
New dictionary was added as well.

Build for ElasticSearch 2.0.2

28 Dec 13:49
Compare
Choose a tag to compare

Bumped ES version and renewed the dictionary.

New mapping added for ES 1.7.+

28 Dec 14:24
Compare
Choose a tag to compare
v1.0.1

New mapping added [ElasticSearch 1.7.+]

Build for ElasticSearch v2.0.1

04 Dec 20:32
Compare
Choose a tag to compare

New plugin policies within ES-community says that we must build a new build of a plugin for every little version of ES.
Nevertheless, I am really upset: this build is fully compatible with 2.0.0 even if I left es-libs versions the same. Only hardcoded value in plugin-descriptor.properties matters. It's real BS.

Build for ElasticSearch v2.0.0

04 Dec 20:27
Compare
Choose a tag to compare

Since ES had migrated to new version and many internal API had changed I was forced to update the plugin.

First official release (ES v1.7.+)

04 Dec 20:24
Compare
Choose a tag to compare
New mapping

ADD:New mapping added;
CHG: tiny improvements (map of replaces, GC explicit call);

Proof-of-Concept

21 Sep 08:49
Compare
Choose a tag to compare
Proof-of-Concept Pre-release
Pre-release
0.9

Documentation was expanded a bit: full example posted.