Implementation: Elastic Search

Have an overview of an implementation of distributed search.

We'll cover the following

Elasticsearch is a horizontally scalable and highly available full-text search engine built on the top of Apache Lucene. It has the ability to work with big data. Its design allows it to perform fast search queries.

The document is the smallest unit of data in Elastic search. Each document contains data in the form of JSON as shown in the following illustration.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy