实时搜索引擎Elasticsearch(简称ES)是一个基于Apache Lucene(TM)的开源搜索引擎,无论在开源还是专有领域,Lucene可以被认为是迄今为止最先进、性能最好,这里分享Elasticsearch入门在单机下如何配置多节点集群。实时搜索引擎Elasticsearch(简称ES)是一个基于Apache Lucene(TM)的开源搜索引擎,无论在开源还是专有领域,Lucene可以被认为是迄今为止最先进、性能最好,这里分享如何下载安装Elasticsearch。
只有靠近了才有机会更了解
先上 Elasticsearch的官网了解下,
下载来看看:
https://www.elastic.co/cn/downloads/elasticsearch/
安装完成后,在浏览器打开即可:
http://localhost:9200/
看到下图效果,则表示安装成功了
当然,过程中有可能出现报错的情况,比如:
报错内容:
X-Pack is not supported and Machine Learning is not available for windows-x86; you can use the other X-Pack features (unsupported) by setting xpack.ml.enabled: false in elasticsearch.yml
很好解决:在 config/elasticsearch.yml 添加一条配置,如下:
只有靠近了才有机会了解得更多,敬畏知识!--- 知识小白_Try