Elasticsearch - Basics and Architecture
Given this Elasticsearch query, what will it search for?
{
"query": {
"match": {
"title": "quick brown fox"
}
}
}Given this Elasticsearch query, what will it search for?
{
"query": {
"match": {
"title": "quick brown fox"
}
}
}match query works with multiple wordsmatch query analyzes the text and searches for documents containing any of the words, not necessarily the exact phrase.match = any word match [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions