aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service/src/test/resources/json/dynamic-custom-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'search-data-service/src/test/resources/json/dynamic-custom-template.json')
-rw-r--r--search-data-service/src/test/resources/json/dynamic-custom-template.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/search-data-service/src/test/resources/json/dynamic-custom-template.json b/search-data-service/src/test/resources/json/dynamic-custom-template.json
new file mode 100644
index 0000000..a7bd5ae
--- /dev/null
+++ b/search-data-service/src/test/resources/json/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