Elasticsearch - Basics and Architecture
Given this Elasticsearch query, what will be the result?
{
"query": {
"match": {"content": "quick brown fox"}
}
}
Assuming the index contains documents with the phrase "The quick brown fox jumps" and "Lazy dog sleeps".
