Elasticsearch is open source search system based of Apache Lucene. this is a brief introduction, you can find more information on Elasticsearch Official Site or Wiki . What are features of Elasticsearch? Here are list of features of Elasticsearch. Real Time Search and Analytic . Distributed Data (Scales Horizontally) Based on Apache Lucene High Availability Full Text Search JSON Based Documents RESTful API Multi Facets Geo Location Search Open Source How to install ElasticSearch? Download the latest version from elasticsearch.org/download . Then unzip it or use following command in console to download Elasticsearch. curl -L -O http://download.elasticsearch.org/PATH/TO/LATEST/$VERSION.zip unzip elasticsearch-$VERSION.zip cd elasticsearch-$VERSION Now move to unzip folder and run following command {elasticsearch unzip folder path}/bin/elasticsearch It will start Elasticsearch How to use ElasticSearch? To intera...
Zainabed.com is a website that contains programming tutorials. These tutorials primarily cover programming technologies like Java, Spring Boot, AngularJS, Web Design, MongoDB, Microservices, and MySQL.