yangzailu

导航

ES新增字段

# 新增两个字段current_company、university、rcn_channel_id 
PUT /rcn_document_test2/_mapping
{
    "properties": {
        "rcn_channel_id": {
            "type": "integer"
        },
        "current_company": {
            "type": "text"
        },
        "university": {
            "type": "text"
        }
    }
}

 

posted on 2024-08-20 16:36  飞离地平线  阅读(23)  评论(0编辑  收藏  举报