aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/json/dynamicIndex.json
blob: 1ac1cceebea3a1f69c8639c1f906ff7cd12922d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"mappings": {
		"dynamic_templates": [{
				"strings": {
					"match_mapping_type": "string",
					"match": "*",
					"mapping": {
						"type": "string",
						"index": "not_analyzed"
					}
				}
			}
		]
	}
}