标签:启动 ast 安装 class lin option network win org
搜索引擎 elasticsearch 5.2.2 在win8安装过程如下
下载elasticsearch5.2.2 http://pan.baidu.com/s/1i5bs5nv
解压
打开并配置elasticsearch/config/elasticsearch.yml文件
cluster.name: es-cluster node.name: node-forgeeks network.host: 132.126.3.180 http.enabled: true http.cors.enabled: true http.cors.allow-origin: "*"
http.port: 9200
打开并配置elasticsearch/config/jvm-options文件
-Xms512m
-Xmx512m
启动
C:\Users\for geek\Downloads\> .\lasticsearch/bin/elasticsearch.bat
linux下一样先解压修改配置文件在进入bin目录 敲 sh elasticsearch
搜索引擎 elasticsearch 5.2.2 在win8和linux上安装过程
标签:启动 ast 安装 class lin option network win org
原文地址:http://www.cnblogs.com/forgeeks/p/6644640.html