Elasticsearch学习总结(一)
1.Elasticsearch是什么Elasticsearch是一个基于Apache Lucene(TM)的开源搜索引擎。
它不仅仅是Lucene和全文搜索,我们还能这样去描述它:
[*]分布式的实时文件存储,每个字段都被索引并可被搜索
[*]分布式的实时分析搜索引擎
[*]可以扩展到上百台服务器,处理PB级结构化或非结构化数据2.Elasticsearch的安装
第一步:下载安装包解压即可
# wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.tar.gz
# tar -xvf elasticsearch-1.4.4.tar.gz
第二步:安装插件
参考http://blog.csdn.net/jia18703423204/article/details/47040977即可
页:
[1]