Created
June 19, 2017 12:54
-
-
Save selcukusta/1b45bb22324ae15ddd14970403ff1dfa 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
| { | |
| "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