PUT /my_index
{
"mappings": {
"my_type": {
"properties": {
"title": {
"type": "string",
"index": "analyzed",
"analyzer": "ik_smart"
}
}
}
}
}
elasticsearch的mapping设置
最新推荐文章于 2024-08-26 18:14:40 发布