I have some fields in elastic search type as string and index as not_analysed.
while searching for the values of those fields some time I need index as analysed also.
So is it possible to do multiple mapping in elastic search for one single index.
In my case one for index as not_analysed and second one for index as analysed.
Thanks Mukesh Raghuwanshi