diff options
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.json | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 0000000..2dac8f7 --- /dev/null +++ b/components/aai-search-data/resources/config/dynamic-custom-template.json @@ -0,0 +1,12 @@ +"dynamic_templates":[ + { + "strings":{ + "match_mapping_type":"string", + "match": "*", + "mapping":{ + "type":"text", + "fielddata":true + } + } + } +], |