blob: 5df406981d20fc32c1d6d2268ee8d8cda5b4fcba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"mappings": {
"dynamic_templates": [{
"strings": {
"match_mapping_type": "string",
"match": "*",
"mapping": {
"type": "string",
"index": "not_analyzed"
}
}
}
]
}
}
|