summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/config/schemas/es_mappings.json
blob: 7eb25d001c2d6d2fd9a39fb25d7a5817794b2f25 (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"
        },
        "crossReferenceEntityValues": {
            "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"
        }
    }
}