修改历史数据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" : {
"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": {