摘要: 1.基本概念 2.创建索引 curl -XPUT http://localhost:9200/myindex?pretty 其他方式创建索引库 curl -H "Content-Type: application/json" -XPUT 'http://localhost:9200/indexwb3 阅读全文
posted @ 2018-07-23 17:40 Gtr_Right 阅读(115) 评论(0) 推荐(0) 编辑