aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-search-data/resources/config/dynamic-custom-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-search-data/resources/config/dynamic-custom-template.json')
-rw-r--r--components/aai-search-data/resources/config/dynamic-custom-template.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/components/aai-search-data/resources/config/dynamic-custom-template.json b/components/aai-search-data/resources/config/dynamic-custom-template.json
deleted file mode 100644
index 2dac8f7..0000000
--- a/components/aai-search-data/resources/config/dynamic-custom-template.json
+++ /dev/null
@@ -1,12 +0,0 @@
-"dynamic_templates":[
- {
- "strings":{
- "match_mapping_type":"string",
- "match": "*",
- "mapping":{
- "type":"text",
- "fielddata":true
- }
- }
- }
-],