Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created September 13, 2010 23:54
Show Gist options
  • Save kimchy/578275 to your computer and use it in GitHub Desktop.
Save kimchy/578275 to your computer and use it in GitHub Desktop.
curl -XPOST localhost:9200/test/person -d '{ "test" : true }'
curl -XGET localhost:9200/_search -d '{ "query": { "field": { "test" : true } } }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment