Updating Search service to be ES 6.1.2 compliant
[aai/search-data-service.git] / src / test / resources / json / dynamic-custom-template.json
1 "dynamic_templates":[  
2    {  
3       "strings":{  
4          "match_mapping_type":"string",
5          "match": "*",
6          "mapping":{
7             "type":"text",
8             "fielddata":true
9          }
10       }
11    }
12 ],