如下所示:
http://localhost:9200/xunwu/_mapping/house
{
"house": { //type名
"properties": {
"testAdd": { //这个就是新增的字段
"type": "text",
"index": true,
"analyzer": "ik_smart",
"search_analyzer": "ik_smart"
}
}
}
}
最后
以上就是发嗲羊最近收集整理的关于elasticsearch在不删除索引情况下,新增tpye的字段的全部内容,更多相关elasticsearch在不删除索引情况下,新增tpye内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复