Elasticsearch is a Lucene-based search server. It provides a distributed multi-user-capable full-text search engine, based on a restful web interface. Elasticsearch is the second most popular enterprise search engine developed in Java and published as an open source under the Apache license terms. Designed for cloud computing, it can achieve real-time search, stable, reliable, fast, easy to install and use.
1. Preparatory work
- Download Elasticsearch, Address: elasticsearch.org/download
- Download JDK, Baidu search jdk download can
- Configuring Java_home variables, configuring the method in this article: http://jingyan.baidu.com/article/9113f81b0ceae22b3214c7e1.html
2. Start Elasticsearch
- Unzip the Elasticsearch, open the cmd Command window, navigate to the Bin directory, and then execute elasticsearch.bat.
3. Head Installation Method
- First download Head.zip address: Https://github.com/mobz/elasticsearch-head
- Then create the Head folder under the Elasticsearch/plugins folder
- Copy the downloaded head file to the head folder
- Run ES, open in browser: http://localhost:9200/_plugin/head/
"Set a small target first" installation under Windows Elasticsearch