summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/schemas/es_settings.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/es_settings.json
parentf05ec03672d7367520cd9a67a675364c4d19b1d3 (diff)
parentdc507d873105b7d6ef7539552304f00f744057df (diff)
Merge "Spring-boot config upgrade"
Diffstat (limited to 'sparky/appconfig/schemas/es_settings.json')
-rw-r--r--sparky/appconfig/schemas/es_settings.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/sparky/appconfig/schemas/es_settings.json b/sparky/appconfig/schemas/es_settings.json
deleted file mode 100644
index 21a357c..0000000
--- a/sparky/appconfig/schemas/es_settings.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "analysis": {
- "filter": {
- "ngram_filter": {
- "type": "nGram",
- "min_gram": 1,
- "max_gram": 50,
- "token_chars": [
- "letter",
- "digit",
- "punctuation",
- "symbol"
- ]
- }
- },
- "analyzer": {
- "ngram_analyzer": {
- "type": "custom",
- "tokenizer": "whitespace",
- "filter": [
- "lowercase",
- "asciifolding",
- "ngram_filter"
- ]
- },
- "whitespace_analyzer": {
- "type": "custom",
- "tokenizer": "whitespace",
- "filter": [
- "lowercase",
- "asciifolding"
- ]
- }
- }
- }
-} \ No newline at end of file