# Morphology plugin

**URL:** https://discuss.elastic.co/t/morphology-plugin/4308
**Category:** Elasticsearch
**Created:** [April 28, 2011, 9:00am UTC](https://discuss.elastic.co/t/morphology-plugin/4308 "2011-04-28T09:00:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![elvis\_2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/elvis_2/32/3225_2.png) [@elvis\_2](https://discuss.elastic.co/u/elvis_2)
#### Post date: [April 28, 2011, 9:00am UTC](https://discuss.elastic.co/t/morphology-plugin/4308/1 "2011-04-28T09:00:06Z")

</div>

Hello!

I founded a Russian (and English) morphology plugin for Lucene:  
[http://code.google.com/p/russianmorphology/](http://code.google.com/p/russianmorphology/)  
Is there any way to integrate it with ElasticSearch?

--  
WBR,  
Dmitri

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [April 28, 2011, 11:40am UTC](https://discuss.elastic.co/t/morphology-plugin/4308/2 "2011-04-28T11:40:39Z")

</div>

Yes, you can have a look at the icu plugin in elasticsearch. You have several options:

1. Implement a class that extends AbstractIndexAnalyzerProvider (for analyzers), and provide your own analyzer implementation. Then, in the configuration, you can specify the full class name in the type.

2. Use the mentioned class, and build a specific plugin for elasticsearch, that will register it under a custom, more presentable name. Check the icu plugin to see how its done.  
On Thursday, April 28, 2011 at 12:00 PM, Elvis wrote:  
Hello!

> I founded a Russian (and English) morphology plugin for Lucene:  
> [Google Code Archive - Long-term storage for Google Code Project Hosting.](http://code.google.com/p/russianmorphology/)  
> Is there any way to integrate it with Elasticsearch?
> 
> --  
> WBR,  
> Dmitri

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 4:07am UTC](https://discuss.elastic.co/t/morphology-plugin/4308/3 "2017-07-06T04:07:28Z")

</div>


