Last active
June 30, 2017 13:54
-
-
Save selcukusta/8311ec66ed1f876a98187b3ff1ac94eb 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/suggest_sample_index/_bulk \ | |
| -H 'cache-control: no-cache' \ | |
| -H 'content-type: application/json' \ | |
| -d '{"index":{"_index":"suggest_sample_index", "_type":"sample_type", "_id" : 1}} | |
| { "title":"Fransız Basın Ajansı prestij ödüllerini dağıttı", "title_autocomplete":"Fransız Basın Ajansı prestij ödüllerini dağıttı" } | |
| {"index":{"_index":"suggest_sample_index", "_type":"sample_type", "_id" : 2}} | |
| { "title":"Doktorlara kamu görevi zorunluluğu kalkıyor","title_autocomplete":"Doktorlara kamu görevi zorunluluğu kalkıyor"} | |
| {"index":{"_index":"suggest_sample_index", "_type":"sample_type", "_id" : 3}} | |
| { "title":"Doksanların müzikleri raflardaki yerini alıyor","title_autocomplete":"Doksanların müzikleri raflardaki yerini alıyor"} | |
| {"index":{"_index":"suggest_sample_index", "_type":"sample_type", "_id" : 4}} | |
| { "title":"Suratındaki yaralar onu tanınmaz hale getirdi","title_autocomplete":"Suratındaki yaralar onu tanınmaz hale getirdi"} | |
| {"index":{"_index":"suggest_sample_index", "_type":"sample_type", "_id" : 5}} | |
| { "title":"Sürat yine bir ailenin yok olmasına sebep oldu","title_autocomplete":"Sürat yine bir ailenin yok olmasına sebep oldu"} | |
| ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment