Skip to content

Instantly share code, notes, and snippets.

@drewr
Created December 7, 2012 20:05
Show Gist options
  • Save drewr/4236103 to your computer and use it in GitHub Desktop.
Save drewr/4236103 to your computer and use it in GitHub Desktop.
curl -s localhost:9200/_search -d '
{
"from": 0,
"query": {
"filtered": {
"filter": {
"term": {
"category": "1"
}
},
"query": {
"term": {
"topic": "nyemission"
}
}
}
},
"size": 6
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment