summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-08-02 16:28:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-02 16:28:32 +0000
commit8ef094da9c1ed7e03a3809acc8a6e294a39aa62b (patch)
treea797961d9912e0a3fdad2ddd27d569bb5dde5c5c
parentd239a31eb0ae4355c32fc8ddfa04b9591f78f0fb (diff)
parent3c486121d8e4f3fde62753afa2c0a49edf175f47 (diff)
Merge "Adding dynamic custom template for ES v6"
-rw-r--r--search-data-service/appconfig/dynamic-custom-template.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/search-data-service/appconfig/dynamic-custom-template.json b/search-data-service/appconfig/dynamic-custom-template.json
new file mode 100644
index 0000000..a7bd5ae
--- /dev/null
+++ b/search-data-service/appconfig/dynamic-custom-template.json
@@ -0,0 +1,12 @@
+"dynamic_templates":[
+ {
+ "strings":{
+ "match_mapping_type":"string",
+ "match": "*",
+ "mapping":{
+ "type":"text",
+ "fielddata":true
+ }
+ }
+ }
+], \ No newline at end of file