Skip to content

Instantly share code, notes, and snippets.

@mrvisser
Created October 24, 2012 13:20
Show Gist options
  • Save mrvisser/3946016 to your computer and use it in GitHub Desktop.
Save mrvisser/3946016 to your computer and use it in GitHub Desktop.
Filtered query
{
"query": {
"filtered": {
"query": {
"default_field": "general",
"query": "link"
},
"filter": {
"and": [
{
"term": {
"visibility": "public"
}
}
]
}
}
},
"from": 0,
"size": 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment