Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created June 19, 2017 12:54
Show Gist options
  • Select an option

  • Save selcukusta/1b45bb22324ae15ddd14970403ff1dfa to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/1b45bb22324ae15ddd14970403ff1dfa to your computer and use it in GitHub Desktop.
{
"took": 14,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits": {
"total": 1,
"max_score": 1.4464412,
"hits": [
{
"_index": "medium_sample_index",
"_type": "sample_type",
"_id": "2",
"_score": 1.4464412,
"_source": {
"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