summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-search-data/resources/config/dynamic-custom-template.json
blob: b0eb539443b56e2135a8f612e1d9447a29f9d418 (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
         }
      }
   }
],