summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/schemas/dynamicMappings.json
blob: 09a00acdf67a8127263a00a00c4ec31979c4cf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dynamic_templates": [
	{
	  "strings": {
		"match_mapping_type": "string",
		"match": "*",
		"mapping": {
		  "type": "string",
		  "index": "not_analyzed"
		}
	  }
	}
  ]
}