Skip to content

Instantly share code, notes, and snippets.

@jorgelo
Created November 6, 2013 18:30
Show Gist options
  • Save jorgelo/7341574 to your computer and use it in GitHub Desktop.
Save jorgelo/7341574 to your computer and use it in GitHub Desktop.
{
"query": {
"custom_filters_score": {
"query": {
"bool": {
"must": [
{
"term": {
"status": "ADOPTABLE"
}
},
{
"term": {
"type": "Dog"
}
}
]
}
},
"filters": [
{
"filter": {
"term": {
"breed_ids": {
"value": "10"
}
}
},
"boost": 1.3
}
],
"score_mode": "multiply"
},
"sort": [
"_score"
]
},
"size": 100,
"from": 0,
"fields": [
"id"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment