summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/schemas/autoSuggestSettings.json
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-08-22 19:01:04 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-22 19:01:04 +0000
commit6646c3ddaeab83b3b2af27e73d728977fd3cf05b (patch)
tree365b836703248d9628a7c5b94fe241bc42f63b2f /sparky/appconfig/schemas/autoSuggestSettings.json
parentf05ec03672d7367520cd9a67a675364c4d19b1d3 (diff)
parentdc507d873105b7d6ef7539552304f00f744057df (diff)
Merge "Spring-boot config upgrade"
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