What is Elasticsearch



Elasticsearch is a search engine, based on Apache Lucene library. It is an open−source distributed full−text search engine. It is accessible using the HTTP web interface and uses schema−free JSON documents. It is developed in Java and license under the Apache license. To learn more about ElasticSearch, read our Elasticsearch tutorial by clicking here.

Installation Guide

This tutorial assumes that Elastic search is installed on the machine and its running. If not, you can download it from here. Once it is downloaded navigate to the config folder and change the cluster name and path data. However it is optional. Finally start/run the elastic search server. You can also follow our installation guide by clicking here.

Advertisements