uniquejava / blog

My notes regarding the vibrating frontend :boom and the plain old java :rofl.
Creative Commons Zero v1.0 Universal
11 stars 5 forks source link

ElasticSearch #246

Open uniquejava opened 6 years ago

uniquejava commented 6 years ago

官方文档: https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html

TODO 思维导图

下载ElasticSearch

https://elastic.co/ 解决跨域问题. vi ./config/elasticsearch.yml

http.cors.enabled: true
http.cors.allow-origin: "*"

./bin/elasticsearch -d

下载插件elasticsearch-head

https://github.com/mobz/elasticsearch-head npm run start goto http://localhost:9100

Misc

新版本不支持多 type 了 https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html