摘要: 一.创建索引 PUT twitter { "settings" : { "index" : { "number_of_shards" : 3, "number_of_replicas" : 2 } } } 语法规则:https://www.elastic.co/guide/en/elasticsea 阅读全文
posted @ 2017-09-17 18:48 有我在 阅读(583) 评论(0) 推荐(0)
摘要: 一.安装Elasticsearch-Haed插件 1.wget https://github.com/mobz/elasticsearch-head/archive/master.zip 2.unzip master.zip 3.cd elasticsearch-head-master 4.npm 阅读全文
posted @ 2017-09-17 14:24 有我在 阅读(367) 评论(0) 推荐(0)