Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created March 7, 2012 11:07
Show Gist options
  • Save kimchy/1992548 to your computer and use it in GitHub Desktop.
Save kimchy/1992548 to your computer and use it in GitHub Desktop.
curl 'localhost:9200/twitter/tweet/_search' -d '{
"query" : {
"text" : {
"@ABCD:owner" : "mongo"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment