Slide 25
Slide 25 text
Copyright Elasticsearch 2013. Copying, publishing and/or distributing without written permission is strictly prohibited
{
"query": {
"bool": {
"must": [
{ "term": { "body": "quick"}},
{ "term": { "body": "brown"}},
{ "term": { "body": "fox"}},
{ "term": { "body": "jumped"}},
{ "term": { "body": "over"}},
{ "term": { "body": "ledge"}},
],
"should": [
{ "term": { "body": "the"}},
{ "term": { "body": "and"}},
{ "term": { "body": "a"}},
]
}}}
step 2: score matching docs
internal execution
(roughly)
Friday, November 22, 13