Created
June 30, 2017 14:09
-
-
Save selcukusta/ea9fe65d88335de42d293a35fb741b2b 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": 1, | |
| "timed_out": false, | |
| "_shards": { | |
| "total": 1, | |
| "successful": 1, | |
| "failed": 0 | |
| }, | |
| "hits": { | |
| "total": 0, | |
| "max_score": 0, | |
| "hits": [] | |
| }, | |
| "suggest": { | |
| "title-suggest": [ | |
| { | |
| "text": "s[u|ü]rat", | |
| "offset": 0, | |
| "length": 9, | |
| "options": [ | |
| { | |
| "text": "Suratındaki yaralar onu tanınmaz hale getirdi", | |
| "_index": "suggest_sample_index", | |
| "_type": "sample_type", | |
| "_id": "4", | |
| "_score": 1, | |
| "_source": { | |
| "title_autocomplete": "Suratındaki yaralar onu tanınmaz hale getirdi" | |
| } | |
| }, | |
| { | |
| "text": "Sürat yine bir ailenin yok olmasına sebep oldu", | |
| "_index": "suggest_sample_index", | |
| "_type": "sample_type", | |
| "_id": "5", | |
| "_score": 1, | |
| "_source": { | |
| "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