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