mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
es开启数据压缩,es增加游标,searchAfter,范围查询方法
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
PUT imes_plan_process_scheme_config_model
|
||||
{
|
||||
"settings": {},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"planId": {
|
||||
"type": "long"
|
||||
},
|
||||
"processId": {
|
||||
"type": "long"
|
||||
},
|
||||
"planConfigId": {
|
||||
"type": "long"
|
||||
},
|
||||
"planName": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"processLineConfig": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"processLineName": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"optimizationConfig": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"optimizationConfigName": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"analyzer": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"analyzerName": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"organId": {
|
||||
"type": "long"
|
||||
},
|
||||
"updateTime": {
|
||||
"type": "date",
|
||||
"format": "strict_date_optional_time||yyyy-MM-dd HH:mm:ss||epoch_millis"
|
||||
},
|
||||
"updater": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"createTime": {
|
||||
"type": "date",
|
||||
"format": "strict_date_optional_time||yyyy-MM-dd HH:mm:ss||epoch_millis"
|
||||
},
|
||||
"creator": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user