es开启数据压缩,es增加游标,searchAfter,范围查询方法

This commit is contained in:
liuzhaotian
2025-05-09 15:21:45 +08:00
parent 8d544d10d0
commit 6cecff9e26
6 changed files with 324 additions and 196 deletions
@@ -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"
}
}
}
}