Elasticsearch - Basic Search Queries
Which Elasticsearch query structure correctly performs a match search on the
content field for the term "database"?content field for the term "database"?match query is used for full-text search and accepts a string value.{ "query": { "match": { "field": "value" } } }. Arrays are not valid for match values.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions