Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / main / config / dynamicMappings.json
1 {
2   "dynamic_templates": [
3         {
4           "strings": {
5                 "match_mapping_type": "string",
6                 "match": "*",
7                 "mapping": {
8                   "type": "string",
9                   "index": "not_analyzed"
10                 }
11           }
12         }
13   ]
14 }