Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / schemas / es_mappings.json
1 {
2     "properties": {
3         "entityType": {
4             "type": "string",
5             "analyzer": "ngram_analyzer",
6             "search_analyzer": "ngram_analyzer"
7         },
8         "entityPrimaryKeyValue": {
9             "type": "string",
10             "index": "not_analyzed"
11         },
12         "searchTagIDs": {
13             "type": "string"
14         },
15         "searchTags": {
16             "type": "string",
17             "analyzer": "ngram_analyzer"
18         },
19         "crossEntityReferenceValues": {
20             "type": "string",
21             "analyzer": "ngram_analyzer"
22         },
23         "link": {
24             "type": "string",
25             "index": "not_analyzed"
26         },
27         "lastmodTimestamp": {
28             "type": "date",
29             "format": "MMM d y HH:m:s||dd-MM-yyyy HH:mm:ss||yyyy-MM-dd'T'HH:mm:ss.SSSZZ||yyyy-MM-dd HH:mm:ss||MM/dd/yyyy||yyyyMMdd'T'HHmmssZ"
30         }
31     }
32 }