Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / schemas / autoSuggestSettings.json
1 {
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         }
21    }