Skip to content

Instantly share code, notes, and snippets.

@akdh
Created June 20, 2016 18:02
Show Gist options
  • Save akdh/1dcc5722b38bd7e0d43653b62c367ec2 to your computer and use it in GitHub Desktop.
Save akdh/1dcc5722b38bd7e0d43653b62c367ec2 to your computer and use it in GitHub Desktop.
{
"query": {
"bool": {
"must": {
"match": {
"title": {
"query": "mystery"
}
}
},
"should": [
{
"match": {
"description": {
"query": "mystery"
}
}
},
{
"match": {
"queries": {
"query": "mystery"
}
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment