Elasticsearch - Basic Search Queries
Given this Elasticsearch query:
What documents will this query return?
{ "query": { "term": { "status": "active" } } }What documents will this query return?
{ "query": { "term": { "status": "active" } } }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions