blob: 97549f09eac74ce61de0c549156c8207c3b9ae1c [file] [log] [blame]
{
"analysis": {
"filter": {
"eng_stop": {
"type": "stop",
"stopwords": "_english_"
}
},
"analyzer": {
"custom_analyzer": {
"type": "custom",
"tokenizer": "standard",
"filter": [
"lowercase",
"asciifolding",
"eng_stop"
]
}
}
}
}