Skip to content

Forked version compatible with v6.6.x Morphological Analysis Plugin for ElasticSearch

License

Notifications You must be signed in to change notification settings

xumix/elasticsearch-analysis-morphology

 
 

Repository files navigation

Forked version compatible with v6.6.x Morphological Analysis Plugin for ElasticSearch

The Morphological Analysis plugin integrates Russian and English morphology for java and lucene framework into elasticsearch. This plugin adds two new analyzers: “russian_morphology” and “english_morphology” and two token filters with the same names.

The demo.sh file shows a few examples of the analyzers behavior.

Switching to Hunspell

NOTE: For Elasticsearch version 6.0 and above consider switching to the officially supported hunspell token filter with russian dictionaries.

Compatibility

The following table shows the compatible versions of Elasticsearch and Morphological Analysis Plugin.

Morphological Analysis Plugin Elasticsearch URL
-- 6.6.1+ build yourself: gradlew build

About

Forked version compatible with v6.6.x Morphological Analysis Plugin for ElasticSearch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.5%
  • Shell 36.5%