Elasticsearch Tutorial-Install and configure Elasticsearch.
Overview
Elasticsearch is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License. In this post we download and install Elasticsearch..Elasticsearch Installation
Go to https://www.elastic.co/downloads/elasticsearch. From here download the latest version of Elasticsearch. The latest version of Elasticsearch during writing this tutorial is elasticsearch-5.1.1.

Starting Elasticsearch-
Go to bin folder and double click elasticsearch.bat.

The elasticsearch has been installed successfully.
See Also
Perform basic operations with Elasticsearch. Top ElasticSearch frequently asked interview questions Elasticsearch-Main Menu.