Skip to content

Instantly share code, notes, and snippets.

@lpradovera
Created July 5, 2011 07:41
Show Gist options
  • Save lpradovera/1064417 to your computer and use it in GitHub Desktop.
Save lpradovera/1064417 to your computer and use it in GitHub Desktop.
{
"filtered" : {
"query" : {
"bool" : {
"should" : [
{
"text" : {
"title" : "Programmatore",
"boost" : 2
}
},
{
"text" : {
"description" : "Programmatore",
"boost" : 1
}
}
]
}
},
"filter" : {
"term" : {"site_type" : 100 }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment