cutpriceconfig.json
523 Bytes
{
"cutpriceconfig": {
"_all": {
"enabled": false
},
"_source": {
"enabled": true
},
"properties": {
"id": {
"type": "long"
},
"activityName": {
"type": "keyword"
},
"poolId": {
"type": "text",
"analyzer": "comma_spliter"
},
"status": {
"type": "integer"
},
"beginTime": {
"type": "long"
},
"endTime": {
"type": "long"
}
}
}
}