summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/schemas/es_mappings.json
blob: 216e3d96b66481ad0d0e10ea249b33699063fad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "properties": {
        "entityType": {
            "type": "string",
            "analyzer": "ngram_analyzer",
            "search_analyzer": "ngram_analyzer"
        },
        "entityPrimaryKeyValue": {
            "type": "string",
            "index": "not_analyzed"
        },
        "searchTagIDs": {
            "type": "string"
        },
        "searchTags": {
            "type": "string",
            "analyzer": "ngram_analyzer"
        },
        "crossEntityReferenceValues": {
            "type": "string",
            "analyzer": "ngram_analyzer"
        },
        "link": {
            "type": "string",
            "index": "not_analyzed"
	},
        "lastmodTimestamp": {
            "type": "date",
            "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"
        }
    }
}