Being a spanish guy, I created my own analyzer for stemming, accents, etc.
Now I want to make ES always use this analyzer when indexing my fields, no
matter which index or mapping they belong to. After some research, I found
that I have to create a provider for my analyzer and then define the
following in config/elasticsearch.yml:
On Wed, Feb 2, 2011 at 12:39 AM, Enrique Medina Montenegro < e.medina.m@gmail.com> wrote:
Hi,
Being a spanish guy, I created my own analyzer for stemming, accents, etc.
Now I want to make ES always use this analyzer when indexing my fields, no
matter which index or mapping they belong to. After some research, I found
that I have to create a provider for my analyzer and then define the
following in config/elasticsearch.yml:
Yep, this will set the default analyzer used for any field that does not explicitly define an analyzer.
On Wednesday, February 2, 2011 at 1:35 PM, Enrique Medina Montenegro wrote:
Any feedback on the below?
On Wed, Feb 2, 2011 at 12:39 AM, Enrique Medina Montenegro e.medina.m@gmail.com wrote:
Hi,
Being a spanish guy, I created my own analyzer for stemming, accents, etc. Now I want to make ES always use this analyzer when indexing my fields, no matter which index or mapping they belong to. After some research, I found that I have to create a provider for my analyzer and then define the following in config/elasticsearch.yml:
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.