967a28a9eea7f89160d1699a66f1dd4b5930aa63
[aai/test-config.git] / search-data-service / appconfig / es-payload-translation.json
1 {
2   "attr-translations": [
3     {
4       "from": "\"type\":\"string\",\"index\":\"analyzed\"",
5       "to": "\"type\":\"text\",\"index\":\"true\""
6     },
7     {
8       "from": "\"type\":\"string\",\"index\":\"not_analyzed\"",
9       "to": "\"type\":\"keyword\",\"index\":\"true\""
10     },
11     {
12       "from": "\"type\":\"string\"",
13       "to": "\"type\":\"text\""
14     },
15     { 
16       "from": "searchable",
17       "to": "index"
18     }
19   ]
20 }