The Morphological Analysis plugin integrates Russian and English morphology for java and lucene 3.0 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.
The following table shows the versions of elasticsearch and jetty that Jetty Plugin was built with.
Morphological Analysis Plugin | Russian and English morphology | Elasticsearch |
---|---|---|
master | 1.1-SNAPSHOT | 0.19 → master |
1.0.0-SNAPSHOT | 1.1-SNAPSHOT | 0.19 → master |
In order to install the plugin, simply run the following command in the elasticsearch home directory:
bin/plugin -install imotov/elasticsearch-analysis-morphology/1.0.0-SNAPSHOT