forked from Liupengjie008/Golang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
刘鹏杰
authored and
刘鹏杰
committed
Mar 27, 2018
1 parent
b3023f9
commit 749fead
Showing
4 changed files
with
46 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ElasticSearch介绍与使用 | ||
|
||
https://www.elastic.co/cn/ Elasticsearch官网(下载ElasticSearch) | ||
|
||
http://www.jianshu.com/p/05cff717563c | ||
ElasticSearch,一款非常优秀的分布式搜索程序。 | ||
|
||
ElasticSearch安装 | ||
1) 下载ElasticSearch,下载地:github.com/elastic/elasticsearch | ||
2) 修改config/elasticsearch.ymal配置: | ||
network.host: 本地ip | ||
node.name:node-1 | ||
(如果电脑配置不够,修改config/ jvm.options -Xms512m -Xmx512m) | ||
3) 启动ElasticSearch, ./bin/elasticsearch.bat |