Elasticsearch

Getting Started with Elasticsearch: A basic overview

In this post, we will cover some basic concepts of elasticsearch, mapping and indexing the data, and searching on that data. What is Elasticsearch? Elastic search is an open source, distributed NoSQL database, full text search engine based on the lucene library. It is built on Java. It uses schema or table free JSON documents and provides REST APIs interface to interact with it. Elasticsearch is…Read More