PUT /keyword
{
"settings": {
"refresh_interval": "1s",
"max_result_window": 65536,
"number_of_replicas": 1,
"number_of_shards": 1,
"analysis": {
"analyzer": {
"ik_max_word": {
"type": "custom",
"tokenizer": "ik_max_word"
}
}
}
},
"mappings": {
"properties": {
"id": {
"type": "keyword" // ID
},
"name": {
"type": "text" // 每次
},
"type": {
"type": "long" // 类型
}
}
}
}
关键字索引
原创wx6620bd839b85a ©著作权
©著作权归作者所有:来自51CTO博客作者wx6620bd839b85a的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:check the manual that corresponds to your MySQL server version for the right syntax to use
下一篇:搜索
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章