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?
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.
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?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.