Skip to content

Instantly share code, notes, and snippets.

@itasyurt
Created January 24, 2021 20:50
Show Gist options
  • Save itasyurt/ad0a0fe7dc287c1e6d3af4185b768abc to your computer and use it in GitHub Desktop.
Save itasyurt/ad0a0fe7dc287c1e6d3af4185b768abc to your computer and use it in GitHub Desktop.
App Search Response
{
"meta": {
"alerts": [],
"warnings": [],
"page": {
"current": 1,
"total_pages": 1,
"total_results": 3,
"size": 10
},
"engine": {
"name": "cities",
"type": "default"
},
"request_id": "84a35af6-6b11-4a7e-9f64-16e8f9553981"
},
"results": [
{
"country": {
"raw": "United Kingdom"
},
"name": {
"raw": "Liverpool"
},
"_meta": {
"engine": "cities",
"id": "doc-600d87884ee359faa84ccfa6",
"score": 9.82058
},
"id": {
"raw": "doc-600d87884ee359faa84ccfa6"
}
},
{
"country": {
"raw": "United Kingdom"
},
"name": {
"raw": "London"
},
"_meta": {
"engine": "cities",
"id": "doc-600d87884ee359faa84ccfa5",
"score": 3.9549398
},
"id": {
"raw": "doc-600d87884ee359faa84ccfa5"
}
},
{
"country": {
"raw": "United States of America"
},
"name": {
"raw": "New York"
},
"_meta": {
"engine": "cities",
"id": "doc-600d87884ee359faa84ccfa8",
"score": 0.49019167
},
"id": {
"raw": "doc-600d87884ee359faa84ccfa8"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment