Skip to content

Instantly share code, notes, and snippets.

@hbakhtiyor
Created May 11, 2016 11:44
Show Gist options
  • Save hbakhtiyor/8a467ba1d2d2018bcb1f84ccb6dc118f to your computer and use it in GitHub Desktop.
Save hbakhtiyor/8a467ba1d2d2018bcb1f84ccb6dc118f to your computer and use it in GitHub Desktop.
{
"query": {
"function_score": {
"query": {
"bool": {
"must": [],
"must_not": [],
"should": [],
"filter": [{ "term": { "is_deleted": false } }],
"minimum_should_match": 1
}
},
"random_score": {},
"score_mode": "sum"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment