修改历史数据mapping

This commit is contained in:
fanghongchao
2019-01-25 13:58:52 +08:00
parent c277d1ef14
commit e2636f4355
@@ -694,15 +694,35 @@ PUT _template/flight_hts
"VIPR" : { "VIPR" : {
"type": "long" "type": "long"
}, },
"FDIV" : { "FDIV" : { "properties":{
"type": "text", "VALUE" : {
"fields": { "type": "text",
"keyword": { "fields": {
"type": "keyword", "keyword": {
"ignore_above": 256 "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" : { "FRET" : {
"type": "text", "type": "text",
"fields": { "fields": {