# Custom Soundex Search

**URL:** https://discuss.elastic.co/t/custom-soundex-search/13632
**Category:** Elasticsearch
**Created:** [September 16, 2013, 11:31pm UTC](https://discuss.elastic.co/t/custom-soundex-search/13632 "2013-09-16T23:31:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Bhaskar\_Gandavabi](https://avatars.discourse-cdn.com/v4/letter/b/aca169/32.png) [@Bhaskar\_Gandavabi](https://discuss.elastic.co/u/Bhaskar_Gandavabi)
#### Post date: [September 16, 2013, 11:31pm UTC](https://discuss.elastic.co/t/custom-soundex-search/13632/1 "2013-09-16T23:31:34Z")

</div>

Hi All,  
I am new to this forum and elasticsearch. I am moving from using Lucene  
engine to using ElasticSearch. In Lucene, I created a custom  
MetaphoneReplacementAnalyzer for indexing and searching which implements a  
special filter which is tuned for my special type of searches especially  
indian languages. Is there any similar plugin for elastic search? or, how  
do I convert my analyzer to a elastic search plugin?

Any help is appreciated.

Thanks a lot,  
Bhaskar

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Ivan](https://avatars.discourse-cdn.com/v4/letter/i/df788c/32.png) [@Ivan](https://discuss.elastic.co/u/Ivan)
#### Post date: [September 16, 2013, 11:40pm UTC](https://discuss.elastic.co/t/custom-soundex-search/13632/2 "2013-09-16T23:40:56Z")

</div>

Introducing an existing Lucene analyzer into elasticsearch via a plugin is  
relatively easy. You can look at many of the existing analyzer plugins for  
guidance. Basically, you add your analyzer/filter/tokenizer to the  
AnalysisModule when the plugin starts.

[Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/reference/modules/plugins/) (scroll down  
to the analysis plugins section)

Cheers,

Ivan

On Mon, Sep 16, 2013 at 4:31 PM, Bhaskar Gandavabi \<  
[bhaskar.gandavabi@gmail.com](mailto:bhaskar.gandavabi@gmail.com)\> wrote:

> Hi All,  
> I am new to this forum and elasticsearch. I am moving from using Lucene  
> engine to using Elasticsearch. In Lucene, I created a custom  
> MetaphoneReplacementAnalyzer for indexing and searching which implements a  
> special filter which is tuned for my special type of searches especially  
> indian languages. Is there any similar plugin for Elasticsearch? or, how  
> do I convert my analyzer to a Elasticsearch plugin?
> 
> Any help is appreciated.
> 
> Thanks a lot,  
> Bhaskar
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<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, 2:16am UTC](https://discuss.elastic.co/t/custom-soundex-search/13632/3 "2017-07-06T02:16:09Z")

</div>


