http://www.elasticsearch.org/guide/reference/index-modules/analysis/standard-analyzer.html
I have to use standard analyzer during indexing with custom stopwords .
How can the mappings be defined?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The following command will set standard analyzer with custom set of stopwords as a default analyzer for the index
testidx:Or if you want to use custom stopwords only for indexing: