summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json
diff options
context:
space:
mode:
authorrv871f <richard.vondadelszen@amdocs.com>2018-09-05 13:33:10 -0400
committerrv871f <richard.vondadelszen@amdocs.com>2018-09-05 13:33:35 -0400
commitb59b7fd9d98742593eced1b77e5b48e1b91d91e8 (patch)
treefabe9511b2a388f10bf026f411d9af0dac1168a2 /kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json
parent6583413c0bd736edbadb89b7c17600ec6e21163d (diff)
Casablanca sparky chart updates
Issue-ID: AAI-1554 Change-Id: I9f25888cd5bbc5f3e600dc6701ecf55d4f288eea Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
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