Skip to content

oleg-st/elasticsearch-analysis-morphology

This branch is 24 commits ahead of, 1 commit behind xumix/elasticsearch-analysis-morphology:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 13, 2024
76cfd47 · Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
May 24, 2017
Oct 21, 2023
Oct 26, 2016
Mar 14, 2012
Aug 12, 2015
Apr 19, 2019
Nov 13, 2024
May 24, 2017
Nov 13, 2024
May 4, 2017
May 4, 2017

Repository files navigation

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: Please note that this plugin is available only for Elasticsearch v5.6.x and below. 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
-- 7.0.0+ build yourself: gradlew build

About

Morphological Analysis Plugin for ElasticSearch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.5%
  • Shell 36.5%