ES学习

1、es概述

2、ElasticSearch安装

主要参数:
cluster.name#集群名称
node.name#节点名称
number_of_shards#主分片数
number_of_replicas#复制分片
network.host#主机ip
http.port#端口
#增加新的参数 选择head插件可以访问es
http.cors.enabled: true
http.cors.allow-origin: "*" 

3、索引的创建(增删改查)

4、查询API

http://blog.csdn.net/xialei199023/article/details/48227247

5、聚合API

6、查询模板的使用

http://www.cnblogs.com/Henry-pan/p/7242600.html

7、集群管理

http://www.cnblogs.com/Henry-pan/p/7242594.html
posted @ 2017-12-04 14:31  猪朵朵  阅读(133)  评论(0编辑  收藏  举报