mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
修改es索引创建人、修改人字段类型
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
PUT imes_order_plate_model
|
||||
{
|
||||
"settings": {},
|
||||
"mappings": {
|
||||
@@ -132,7 +133,7 @@
|
||||
"format": "strict_date_optional_time||yyyy-MM-dd HH:mm:ss||epoch_millis"
|
||||
},
|
||||
"creator": {
|
||||
"type": "long"
|
||||
"type": "keyword"
|
||||
},
|
||||
"holeDetail": {
|
||||
"properties": {
|
||||
@@ -385,7 +386,7 @@
|
||||
"format": "strict_date_optional_time||yyyy-MM-dd HH:mm:ss||epoch_millis"
|
||||
},
|
||||
"updater": {
|
||||
"type": "long"
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user