Back to Developer Roadmap

Match Query

src/data/roadmaps/elasticsearch/content/[email protected]

4.0746 B
Original Source

Match Query

The Match Query is a fundamental full-text search query in Elasticsearch. It allows you to search for documents that contain specific terms within a field. It analyzes the query string provided, breaking it down into individual terms based on the field's analyzer, and then searches for those terms in the specified field.

Visit the following resources to learn more: