修改历史数据mapping

This commit is contained in:
fanghongchao
2019-01-25 13:58:52 +08:00
parent c277d1ef14
commit e2636f4355
@@ -694,7 +694,8 @@ PUT _template/flight_hts
"VIPR" : { "VIPR" : {
"type": "long" "type": "long"
}, },
"FDIV" : { "FDIV" : { "properties":{
"VALUE" : {
"type": "text", "type": "text",
"fields": { "fields": {
"keyword": { "keyword": {
@@ -703,6 +704,25 @@ PUT _template/flight_hts
} }
} }
}, },
"DDES" : {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"DDIR" : {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}},
"FRET" : { "FRET" : {
"type": "text", "type": "text",
"fields": { "fields": {