
ElasticSearch
SweeneyZuo
热爱编程!热爱生活!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Elasticsearch的简单使用
一、介绍 Elasticsearch是一个实时分布式搜索和分析引擎。维基百科、卫报、Stack Overflow、GitHub都使用了Elasticsearch。Elasticsearch 是一个开源的搜索引擎,建立在一个全文搜索引擎库Apache Lucene™基础之上。Elasticsearch 是使用 Java语言 编写的,它的内部使用 Lucene 做索引与搜索,但是它的目的是使...原创 2019-07-26 10:39:13 · 298 阅读 · 0 评论 -
Elasticsearch6.3.2的安装
一、下载 下载地址:链接:https://pan.baidu.com/s/17JD8NEE3IV_I56z-n_d99g提取码:v2qp 二、解压 tar -zxvfelasticsearch-6.3.2.tar.gz 三、用root用户修改limits.conf文件,在文件末尾添加以下内容。 #vim /etc/security/limits.conf * hard no...原创 2019-07-26 18:41:49 · 570 阅读 · 0 评论