1ac1cceebea3a1f69c8639c1f906ff7cd12922d4
[aai/search-data-service.git] / src / test / resources / json / dynamicIndex.json
1 {
2         "mappings": {
3                 "dynamic_templates": [{
4                                 "strings": {
5                                         "match_mapping_type": "string",
6                                         "match": "*",
7                                         "mapping": {
8                                                 "type": "string",
9                                                 "index": "not_analyzed"
10                                         }
11                                 }
12                         }
13                 ]
14         }
15 }