摘要: Elastic的字符串属性分成:keyword 和 text ,一般我们会把所有字符串设置为 keyword: 默认字段属性的设置规则: PUT /test_idx { "settings": { "number_of_shards": 3, "number_of_replicas": 1 }, " 阅读全文
posted @ 2021-06-16 20:49 许伟强 阅读(639) 评论(0) 推荐(0)