aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-06 14:06:58 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-06 14:06:58 +0000
commit9f5521745269f5d544eb69a9d92dd319a71d8e05 (patch)
tree44bd56821cea109fc91d27377315f3d5941460c6 /kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json
parentfd6f03148fbe2a94a6547aec64a6b5ab51ec55a5 (diff)
parentb59b7fd9d98742593eced1b77e5b48e1b91d91e8 (diff)
Merge "Casablanca sparky chart updates"
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json')
-rw-r--r--kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json b/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json
deleted file mode 100644
index 97549f09ea..0000000000
--- a/kubernetes/aai/charts/aai-sparky-be/resources/config/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