Created
May 11, 2016 11:44
-
-
Save hbakhtiyor/8a467ba1d2d2018bcb1f84ccb6dc118f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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