blob: 97549f09eac74ce61de0c549156c8207c3b9ae1c [file] [log] [blame]
toshrajbhardwaj84d73b12018-08-06 07:35:14 +00001{
2 "analysis": {
3 "filter": {
4 "eng_stop": {
5 "type": "stop",
6 "stopwords": "_english_"
7 }
8 },
9 "analyzer": {
10 "custom_analyzer": {
11 "type": "custom",
12 "tokenizer": "standard",
13 "filter": [
14 "lowercase",
15 "asciifolding",
16 "eng_stop"
17 ]
18 }
19 }
20 }
Keren Joseph29f11ab2018-04-22 15:22:46 +030021 }