Releases: mrgambal/elasticsearch-ukrainian-lemmatizer
Unicode, tests and logging fixes [ES v2.0.2]
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
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
v1.2.1 Bumped ES version to 2.1.1
Build for ElasticSearch v2.1.0
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
Bumped ES version and renewed the dictionary.
New mapping added for ES 1.7.+
v1.0.1 New mapping added [ElasticSearch 1.7.+]
Build for ElasticSearch v2.0.1
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
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.+)
New mapping ADD:New mapping added; CHG: tiny improvements (map of replaces, GC explicit call);
Proof-of-Concept
0.9 Documentation was expanded a bit: full example posted.