[Ann] ElasticSearch Phonetic Analysis Plugin

Hi,
I'd like to announce a new phonetic analysis plugin for ElasticSearch. The
Phonetic Analysis plugin integrates Lucene 3.6 Phonetic analysis into
ElasticSearch.

Available encoders are metaphone, doublemetaphone, soundex, refinedsoundex,
caverphone, koelnerphonetik, haasephonetik

Additionally, Kölner Phonetik and Haase Phonetik (an enhanced Kölner
Phonetik) has been added. These two algorithms were developed in Germany
and and better suited to german language than metaphone algorithms.

In order to install the plugin, run: bin/plugin -install
jprante/elasticsearch-analysis-phonetic/1.0.0

For source code and plugin download, see
https://github.com/jprante/elasticsearch-analysis-phonetic

Best regards,

Jörg

Sounds interesting!

How does this compare with
GitHub - elastic/elasticsearch-analysis-phonetic: Phonetic Analysis Plugin for Elasticsearch? Are they
usable side-by-side? Could they potentially be merged?

On Saturday, April 21, 2012 9:35:39 PM UTC+2, Jörg Prante wrote:

Hi,
I'd like to announce a new phonetic analysis plugin for Elasticsearch. The
Phonetic Analysis plugin integrates Lucene 3.6 Phonetic analysis into
Elasticsearch.

Available encoders are metaphone, doublemetaphone, soundex,
refinedsoundex, caverphone, koelnerphonetik, haasephonetik

Additionally, Kölner Phonetik and Haase Phonetik (an enhanced Kölner
Phonetik) has been added. These two algorithms were developed in Germany
and and better suited to german language than metaphone algorithms.

In order to install the plugin, run: bin/plugin -install
jprante/elasticsearch-analysis-phonetic/1.0.0

For source code and plugin download, see
https://github.com/jprante/elasticsearch-analysis-phonetic

Best regards,

Jörg

I use more recent stuff, current Lucene 3.6 and commons-codec 1.6+, but
what a shame, I overlooked the existing plugin, yes :frowning:

They can be merged, I'm quite sure. I will try launching a github pull
request. If you install my plugin, it would overwrite the other.

Jörg

On Saturday, April 21, 2012 10:36:33 PM UTC+2, Njål Karevoll wrote:

Sounds interesting!

How does this compare with
GitHub - elastic/elasticsearch-analysis-phonetic: Phonetic Analysis Plugin for Elasticsearch? Are
they usable side-by-side? Could they potentially be merged?

On Saturday, April 21, 2012 9:35:39 PM UTC+2, Jörg Prante wrote:

Hi,
I'd like to announce a new phonetic analysis plugin for Elasticsearch. The
Phonetic Analysis plugin integrates Lucene 3.6 Phonetic analysis into
Elasticsearch.

Available encoders are metaphone, doublemetaphone, soundex,
refinedsoundex, caverphone, koelnerphonetik, haasephonetik

Additionally, Kölner Phonetik and Haase Phonetik (an enhanced Kölner
Phonetik) has been added. These two algorithms were developed in Germany
and and better suited to german language than metaphone algorithms.

In order to install the plugin, run: bin/plugin -install
jprante/elasticsearch-analysis-phonetic/1.0.0

For source code and plugin download, see
https://github.com/jprante/elasticsearch-analysis-phonetic

Best regards,

Jörg