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": {