Basic introduction
ElasticSearch is a Lucene-based search server. It provides a distributed multi-user capable full-text search engine based on a RESTful web interface. Developed in Java and released as open source under the terms of the Apache license, Elasticsearch is currently a popular enterprise-level search engine. Designed for use in cloud computing, it can achieve real-time search, is stable, reliable, fast, and is easy to install and use.
How to use
With windows operating system:
①After downloading, please unzip it first. Do not open it directly without unzipping it.
②Set the decompression directory as the ES_HOME environment variable
③Install JDK and set the JAVA_HOME environment variable
④Under windows, run %ES_HOME%binelasticsearch.bat to run
Plug-in installation
The head plugin is an example:
When connected to the Internet, run %ES_HOME%binplugin directly --install mobz/elasticsearch-head
When not connected to the Internet, download the zipball master package of elasticsearch-head, and then run %ES_HOME%binplugin --url file:///[path-to-downloadfile] --install head, where [path-to-downloadfile] is the download The absolute path of the master package
After the installation is complete, restart the service and open http://localhost:9200/_plugin/head/ in the browser.
it works
it works
it works