Elasticsearch
连营_
情深不寿,强极则辱,谦谦君子,温润如玉;失之淡然,得之坦然。
展开
-
ElasticSearch学习:安装、数据导入、查询,以及java增删改查
参考文档:安装:https://blog.csdn.net/qq_24271463/article/details/89414701添加索引、添加mapping、添加数据:https://blog.csdn.net/qq_15958689/article/details/79524291java增删改查:https://blog.csdn.net/linzhiqiang0316/art...原创 2019-04-17 15:00:42 · 234 阅读 · 0 评论 -
java操作Elasticsearch异常处理
连接异常1.异常信息NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{3azEC0ZJQ6KTQ3wJpYCx4Q}{192.168.100.128}{192.168.100.128:9300}]] at org.elasticsearch.client.tran...原创 2019-04-17 17:25:38 · 958 阅读 · 0 评论 -
Elasticsearch7.0.0安装
参考文章:https://www.cnblogs.com/lizichao1991/p/7809156.html环境:CentOS7.5 64位 ,JDK1.8软件:elasticsearch-7.0.0 (下载地址)node-v10.15.3-linux-x64.tar.xz (下载linux版)elasticsearch-head-master 下载命令wget https...原创 2019-04-20 12:25:01 · 2051 阅读 · 0 评论 -
Elasticsearch-head插件安装
前提已安装:Elasticsearch, Node.js引用Elasticsearch安装教程:https://mp.csdn.net/mdeditor/89414701#Node.js安装教程:https://blog.csdn.net/qq_24271463/article/details/89416007安装一、安装Grunt[root@localhost local]# ...原创 2019-04-20 14:00:51 · 311 阅读 · 0 评论