Elasticsearch - Performance and Scaling
Given this Elasticsearch query tuning snippet, what is the expected effect?
{
"query": {
"match": { "title": "Elasticsearch" }
},
"size": 10,
"timeout": "2s"
}