The Elasticsearch component allows you to integrate the Elasticsearch search engine in your applications.
Elasticsearch is a search engine that stores data in an integrated way. It provides a distributed search mechanism that lets you combine many types of full-text searches and returns results instantly.When to UseUse the Elasticsearch component to integrate an Elasticsearch engine into your application, to quickly find what you’re looking for. With the Elasticsearch, searches are faster because there are no queries in the database.How to UseDrag the DynamicResults block to have an input to search a query in your Elasticsearch provider, that then matches and returns a list of results. The component also includes an API to control the results and a sample that shows you how to use it. You need to establish a connection to an Elasticsearch provider, and then use the API to add records.
For a more detailed explanation follow this step-by-step tutorial.