From 8404b495de1770617d745ab488116714e9d2d06d Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Thu, 8 Aug 2019 12:41:35 +0200 Subject: Fix malformed time stamp Fix malformed time stamp in devicemanager Issue-ID: SDNC-788 Signed-off-by: Herbert Eiselt Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042 --- .../elasticsearch/index/mwtn/mwtnMapping.json | 35 ---------------------- 1 file changed, 35 deletions(-) (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json') diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json index 21c7efb36..614ce2fb5 100644 --- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json +++ b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json @@ -14,41 +14,6 @@ }, "maintenancemode": { "date_detection": false - }, - "site": { - "properties": { - "id": { - "index": "not_analyzed", - "type": "string" - }, - "name": { - "index": "not_analyzed", - "type": "string" - }, - "location": { - "geohash": true, - "geohash_precision": 10, - "type": "geo_point", - "lat_lon": true, - "geohash_prefix": true - } - } - }, - "site-link": { - "properties": { - "id": { - "index": "not_analyzed", - "type": "string" - }, - "siteZ": { - "index": "not_analyzed", - "type": "string" - }, - "siteA": { - "index": "not_analyzed", - "type": "string" - } - } } } } -- cgit 1.2.3-korg