Skip to content

Instantly share code, notes, and snippets.

@viniciusccarvalho
Created July 16, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viniciusccarvalho/3124567 to your computer and use it in GitHub Desktop.
Save viniciusccarvalho/3124567 to your computer and use it in GitHub Desktop.
{
"query" : {
"boosting" : {
"positive" : {
"query_string" : {
"query" : "Someone like you"
}
},
"negative" : {
"terms" : {
"name" : ["Karaoke","Instrumental","Ringtone"]
}
},
"negative_boost" : 0.1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment