Skip to content

Instantly share code, notes, and snippets.

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