Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created March 1, 2018 11:09
Show Gist options
  • Select an option

  • Save selcukusta/3a1fe79edcfa6930a90004c6356dd95b to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/3a1fe79edcfa6930a90004c6356dd95b to your computer and use it in GitHub Desktop.
POST /first_index/_bulk HTTP/1.1
{"index":{"_index":"first_index", "_type":"city", "_id" : 1}}
{ "name" : "Çanakkale" }
{"index":{"_index":"first_index", "_type":"city", "_id" : 2}}
{ "name" : "İstanbul" }
{"index":{"_index":"first_index", "_type":"city", "_id" : 3}}
{ "name" : "Bursa" }
{"index":{"_index":"first_index", "_type":"city", "_id" : 4}}
{ "name" : "Hatay" }
{"index":{"_index":"first_index", "_type":"city", "_id" : 5}}
{ "name" : "Şanlıurfa" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment