Use analyzer on existing index field to extract keywords

Hello,

I am looking to apply language analyzer to an existing index which i have created in elastic. can anyone suggest how i can mention the index column in the text field instead of static text currently i am trying with this URL

curl -XGET http://localhost:9200/mailindex/_analyze?analyzer=english -d "{"field" : "columnname","text" : "This is a test"}"

and once it is extracted the tokens can we update back the same index or needs to be created in new one?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.