summaryrefslogtreecommitdiffstats
path: root/search-data-service/appconfig/dynamic-custom-template.json
blob: a7bd5ae10428f0c67255e25083ee83cc3f2b96a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"dynamic_templates":[  
   {  
      "strings":{  
         "match_mapping_type":"string",
         "match": "*",
         "mapping":{
            "type":"text",
            "fielddata":true
         }
      }
   }
],