在原有es结构基础上增加nested结构
PUT http://ip:port/esindex/_mapping
{
"properties": {
"COMPSCORELIST": {
"type": "nested",
"properties": {
"COMPNAME": {
"type": "keyword"
},
"SCORE": {
"type": "float"
}
}
}
}
}
添加后的mappings


浙公网安备 33010602011771号