在原有es结构基础上增加nested结构

PUT  http://ip:port/esindex/_mapping 

{
    "properties": {
        "COMPSCORELIST": {
            "type": "nested",
            "properties": {
                "COMPNAME": {
                    "type": "keyword"
                },
                "SCORE": {
                    "type": "float"
                }
            }
        }
    }
}
 

添加后的mappings

 

 

posted @ 2021-11-04 11:30  小酥肉是我  阅读(443)  评论(0编辑  收藏  举报