Utilizing other lucene analyzers (eg stanford lemmatizer)

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!

--

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 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,
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!

--