cssearchfieldboostconfig.json
415 Bytes
{
"cssearchfieldboostconfig": {
"_all":{
"enabled":false
},
"_source":{
"enabled":true
},
"properties": {
"id": {
"type": "integer"
},
"field": {
"type": "keyword"
},
"fieldDes": {
"type": "keyword"
},
"boost": {
"type": "integer"
},
"updateTime": {
"type": "integer"
}
}
}
}