# Utilizing other lucene analyzers (eg stanford lemmatizer)

**URL:** https://discuss.elastic.co/t/utilizing-other-lucene-analyzers-eg-stanford-lemmatizer/9057
**Category:** Elasticsearch
**Created:** [September 18, 2012, 9:37pm UTC](https://discuss.elastic.co/t/utilizing-other-lucene-analyzers-eg-stanford-lemmatizer/9057 "2012-09-18T21:37:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Bob\_Lannon](https://avatars.discourse-cdn.com/v4/letter/b/c4cdca/32.png) [@Bob\_Lannon](https://discuss.elastic.co/u/Bob_Lannon)
#### Post date: [September 18, 2012, 9:37pm UTC](https://discuss.elastic.co/t/utilizing-other-lucene-analyzers-eg-stanford-lemmatizer/9057/1 "2012-09-18T21:37:11Z")

</div>

Interested in making use of the Stanford lucene lemmatizer analyzer, but  
I'm unsure of how to make it available to ES, since all of the analyzers  
that are included are contained within the lucene-analyzers-x.x.x.jar  
file. How would I go about this?

Thanks for any help you can offer!

--

---

<div class="post-metadata">

### Author: ![Chris\_Male](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chris_male/32/2607_2.png) [@Chris\_Male](https://discuss.elastic.co/u/Chris_Male)
#### Post date: [September 19, 2012, 2:34am UTC](https://discuss.elastic.co/t/utilizing-other-lucene-analyzers-eg-stanford-lemmatizer/9057/2 "2012-09-19T02:34:13Z")

</div>

Bob,

It is possible to use other Lucene compatible Analyzers by registering them  
through a plugin.  
[Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/reference/modules/plugins.html) lists a  
number of analysis plugins which can serve as examples. The first one  
listed, [GitHub - elastic/elasticsearch-analysis-smartcn: Smart Chinese Analysis Plugin for Elasticsearch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn),  
is a pretty good demonstration of the code necessary to do so.

On Wednesday, September 19, 2012 9:37:11 AM UTC+12, Bob Lannon wrote:

> Interested in making use of the Stanford lucene lemmatizer analyzer, but  
> I'm unsure of how to make it available to ES, since all of the analyzers  
> that are included are contained within the lucene-analyzers-x.x.x.jar  
> file. How would I go about this?
> 
> Thanks for any help you can offer!

--

---

<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, 3:12am UTC](https://discuss.elastic.co/t/utilizing-other-lucene-analyzers-eg-stanford-lemmatizer/9057/3 "2017-07-06T03:12:24Z")

</div>


