摘要:
第一节 ElasticSearch概述 ElasticSearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于RESTfull web接口。ElasticSearch是用java开发的,设计用户云计算当中,能够达到实时搜索。 概述:ElasticSearch是 阅读全文
摘要:
0. 事前准备工作 0.1 防火墙 若是使用公网IP的话可以考虑关闭防火墙,或者放行相应端口 使用内网IP的话可以不用管防火墙 0.2 关闭SElinux 文件:/etc/selinux/config 0.3 内核优化 文件:/etc/security/limits.conf,在最后加入如下内容: 阅读全文