Data searching is a very important aspect when we want to retrieve relevant information from a dataset. Sometimes, it is also important to understand the context before applying the actual search because if the context is incorrect, then we can return wrong and irrelevant data. Elasticsearch provides us with a variety of ways to tweak the search so that we can return the most relevant search results to the end users.
In this chapter, we will data search using Elasticsearch by delving into the following topics:
- Introduction to data search
- Search API