I want to know the word list of the __english__ stop token filter

"english_stop": {
"type": "stop",
"stopwords": "english"
},
i want to know the specific words

The default english stop words are provided by the StandardAnalyzer and can be found here:

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