Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created June 30, 2017 14:09
Show Gist options
  • Select an option

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

Select an option

Save selcukusta/ea9fe65d88335de42d293a35fb741b2b to your computer and use it in GitHub Desktop.
{
"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