Skip to content

Instantly share code, notes, and snippets.

@phpnode
Created July 1, 2011 13:32
Show Gist options
  • Save phpnode/1058547 to your computer and use it in GitHub Desktop.
Save phpnode/1058547 to your computer and use it in GitHub Desktop.
{
"fields":["id","name","title","description","url","domain"],
"query": {
"custom_score": {
"query": {
"match_all":{}
},
"filter": {
"terms":{
"tags":["twitter"]
}
},
"params":{
"tags":["twitter"]
},
"script":"_score * 2"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment