From e2636f4355a6c004e4b0b83c2775418aa5cf3cb5 Mon Sep 17 00:00:00 2001 From: fanghongchao <601470458@qq.com> Date: Fri, 25 Jan 2019 13:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=86=E5=8F=B2=E6=95=B0?= =?UTF-8?q?=E6=8D=AEmapping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v0.0.1_20181213_hisPlaneDataMapping.json | 38 ++++++++++++++----- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/src/main/resources/es/v0.0.1_20181213_hisPlaneDataMapping.json b/src/main/resources/es/v0.0.1_20181213_hisPlaneDataMapping.json index 1dd60ca..94fbef2 100644 --- a/src/main/resources/es/v0.0.1_20181213_hisPlaneDataMapping.json +++ b/src/main/resources/es/v0.0.1_20181213_hisPlaneDataMapping.json @@ -694,15 +694,35 @@ PUT _template/flight_hts "VIPR" : { "type": "long" }, - "FDIV" : { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, + "FDIV" : { "properties":{ + "VALUE" : { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + } + }, + "DDES" : { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + } + }, + "DDIR" : { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + } + } + }}, "FRET" : { "type": "text", "fields": {