修改历史数据mapping
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user