Elasticsearch - Basic Search Queries
Given this Elasticsearch query, what will be the main result returned?
{ "query": { "match": { "description": "fast car" } } }{ "query": { "match": { "description": "fast car" } } }match query analyzes the text and searches for documents containing any of the words.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions