I want to store data in an ElasticSearch index as not_analyzed. 

Meaning, that I do not need any analyzer to analyze the data. 

e.g. {name:JHON-ANDERSON} will be stored as {name:JOHN-ANDERSON}

I want to create a template that creates not_analyzed indices.

I know that if I want to do it this way, I need to specify it specifically 
in the mapping.

Since the JSon data I add to the index is quite large, the mapping is quite 
complicated.

So, is there any way to do it by default? Meaning, to map all the string 
values in a template as not analyzed?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/89144755-2ea8-483f-841d-6715650705c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to