前言
阅读《Elasticsearch:权威指南》,真是太幸福了,感谢作者们。
安装
安装略,但有两个注意点 1.不能以root用户启动
$ chown -R wcg elasticsearch-5.6.0
$ su - wcg
$ ./bin/elasticsearch -d
2.报错 max virtual memory areas vm.maxmapcount [65530] is too low
sudo sysctl -w vm.max_map_count=262144
基本用法
参考
https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html