修改es索引创建人、修改人字段类型

This commit is contained in:
yangsb
2024-04-26 14:18:12 +08:00
parent 4186fd6cff
commit 0fb3bca338
4 changed files with 13 additions and 11 deletions
+3 -2
View File
@@ -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"
}
}
}