Gumihoy
SpringBoot集成Elasticsearch SpringBoot集成Elasticsearch
原本是采用 transportClient 来写的,但是一个是官方说明在5.x以后的版本就不怎么支持了,二是因为实际环境上使用了加密,无法通过 transportclient 的方式进行查询了,所以综合了一下采用了 High-level-
2019-01-17
Elasticsearch安装 Elasticsearch安装
下载下载地址:https://www.elastic.co/downloads/elasticsearch 安装# 解压 tar -zxvf elasticsearch-6.5.4.tar.gz # copy 单机 集群配置disco
2019-01-15