1 : 下载地址 

https://www.elastic.co/downloads/elasticsearch

elasticSearch 是一种分布式搜索服务,可以快速的存储,搜索,和分析海量数据,他提供Restful API,底层基于Lucene

,采用多shard(分片)的方式保证数据安全,并且提供自动的resharding的功能,例如github 等大型的站点都是采用了ElasticSearch,作为其搜索服务。

 

2:   找到下载文件夹 ,启动 ElasticSearch   ,      执行sh ./bin/elasticsearch

elasticSearch 安装 (一)

3  :  如果启动成功

elasticSearch 安装 (一)

 

相关文章:

  • 2022-12-23
  • 2021-04-11
  • 2021-11-14
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-12-08
猜你喜欢
  • 2021-11-18
  • 2021-08-31
  • 2021-06-15
  • 2021-07-20
  • 2022-01-23
  • 2021-04-01
  • 2022-01-15
相关资源
相似解决方案