随笔分类 -  elasticsearch

elasticsearch搜索的一些知识点
摘要:#建立索引 PUT /es_note_tel{ "settings": { "number_of_shards": 1 }, "mappings": { "products": { "properties": { "productName": { "type": "text" }, "size": 阅读全文
posted @ 2018-12-04 18:20 鹿鸣则 阅读(1772) 评论(0) 推荐(0)