Upgrade APPC to use common mariadb galera charts
[oom.git] / kubernetes / aai / charts / aai-sparky-be / resources / config / schemas / autoSuggestSettings.json
1 {\r
2         "analysis": {\r
3                 "filter": {\r
4                 "eng_stop": {\r
5                     "type":       "stop",\r
6                     "stopwords": "_english_"\r
7                 }\r
8             },\r
9                 "analyzer": {\r
10                     "custom_analyzer": {\r
11                         "type": "custom",\r
12                         "tokenizer": "standard",\r
13                         "filter": [\r
14                                 "lowercase",\r
15                             "asciifolding",\r
16                             "eng_stop"\r
17                         ]\r
18                     }\r
19                 }\r
20         }\r
21    }