Skip to content

Instantly share code, notes, and snippets.

@oravecz
Created August 28, 2011 21:25
Show Gist options
  • Select an option

  • Save oravecz/1177244 to your computer and use it in GitHub Desktop.

Select an option

Save oravecz/1177244 to your computer and use it in GitHub Desktop.
jcook$ curl -XPOST 'http://127.0.0.1:9311/_bulk' -d'
{ "index" : { "_index" : "test", "_type" : "type1", "_id" : "1" } }
{ "k" : 1 }
'
{"took":1698,"items":[{"index":{"_index":"test","_type":"type1","_id":"1","_version":1,"ok":true}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment