7783b09acd9b6516149cf98f3042f5a79352f238
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / devicemanager / impl / src / main / resources / elasticsearch / index / mwtn / mwtnMapping.json
1 {
2     "settings": {
3        "analysis": {
4           "analyzer": {
5              "standard": {
6                  "type": "whitespace"
7              }
8           }
9        }
10     },
11     "mappings": {
12         "required-networkelement": {
13             "date_detection": false
14         },
15         "site": {
16             "properties": {
17                 "id": {
18                     "index": "not_analyzed",
19                     "type": "string"
20                 },
21                 "name": {
22                     "index": "not_analyzed",
23                     "type": "string"
24                 },
25                 "location": {
26                     "geohash": true,
27                     "geohash_precision": 10,
28                     "type": "geo_point",
29                     "lat_lon": true,
30                     "geohash_prefix": true
31                 }
32             }
33         },
34         "site-link": {
35             "properties": {
36                 "id": {
37                     "index": "not_analyzed",
38                     "type": "string"
39                 },
40                  "siteZ": {
41                     "index": "not_analyzed",
42                     "type": "string"
43                 },
44                 "siteA": {
45                     "index": "not_analyzed",
46                     "type": "string"
47                 }
48             }
49         }
50     }
51 }