摘要: 1.下载资源# wget https://github.com/mobz/elasticsearch-head/archive/master.zip2.解压zip文件# unzip master.zip如果提示unzip: command not found 则 # yum install unzi 阅读全文
posted @ 2019-07-31 17:03 左手程序,右手诗 阅读(611) 评论(0) 推荐(0)
摘要: 一 了解es背景知识 ElasticSearch 是一个分布式、高扩展、高实时的搜索与数据分析引擎。它能很方便的使大量数据具有搜索、分析和探索的能力。充分利用ElasticSearch的水平伸缩性,能使数据在生产环境变得更有价值。ElasticSearch 的实现原理主要分为以下几个步骤,首先用户将 阅读全文
posted @ 2019-07-31 16:40 左手程序,右手诗 阅读(2791) 评论(0) 推荐(2)