Created
June 19, 2017 12:50
-
-
Save selcukusta/91181438fc683839f1bea9a55b531538 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X POST \ | |
| http://localhost:9200/medium_sample_index/_bulk \ | |
| -H 'cache-control: no-cache' \ | |
| -H 'content-type: application/json' \ | |
| -d '{"index":{"_index":"medium_sample_index", "_type":"sample_type", "_id" : 1}} | |
| { "title":"Fransız Basın Ajansı prestij ödüllerini dağıttı"} | |
| {"index":{"_index":"medium_sample_index", "_type":"sample_type", "_id" : 2}} | |
| { "title":"Doktorlara kamu görevi zorunluluğu kalkıyor"} | |
| ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment