Skip to content

Instantly share code, notes, and snippets.

@nik9000
Created June 25, 2014 15:33
Show Gist options
  • Save nik9000/8fc55b475331c75495a3 to your computer and use it in GitHub Desktop.
Save nik9000/8fc55b475331c75495a3 to your computer and use it in GitHub Desktop.
{
"function_score": {
"query": {your_multimatch_here}
"functions": [
{
"filter": {"type" : {"value": "mytype"}},
"boost_factor": 10
},{
"filter": {"type" : {"value": "myothertype"}},
"boost_factor": 5
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment