summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/schemas/autoSuggestSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'sparky/appconfig/schemas/autoSuggestSettings.json')
-rw-r--r--sparky/appconfig/schemas/autoSuggestSettings.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/sparky/appconfig/schemas/autoSuggestSettings.json b/sparky/appconfig/schemas/autoSuggestSettings.json
deleted file mode 100644
index 4525be1..0000000
--- a/sparky/appconfig/schemas/autoSuggestSettings.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "analysis": {
- "filter": {
- "eng_stop": {
- "type": "stop",
- "stopwords": "_english_"
- }
- },
- "analyzer": {
- "custom_analyzer": {
- "type": "custom",
- "tokenizer": "standard",
- "filter": [
- "lowercase",
- "asciifolding",
- "eng_stop"
- ]
- }
- }
- }
- } \ No newline at end of file