From a57fb71015385a6b4ef4e31097030490193e21fd Mon Sep 17 00:00:00 2001 From: rv871f Date: Wed, 5 Sep 2018 13:33:10 -0400 Subject: Casablanca sparky chart updates Issue-ID: AAI-1554 Change-Id: I9f25888cd5bbc5f3e600dc6701ecf55d4f288eea Signed-off-by: rv871f --- .../config/schemas/autoSuggestSettings.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json (limited to 'charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json') diff --git a/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json b/charts/aai-sparky-be/resources/config/schemas/autoSuggestSettings.json deleted file mode 100644 index 97549f0..0000000 --- a/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 -- cgit 1.2.3-korg