Created
September 18, 2018 03:17
-
-
Save jaywhy13/bd25421821327f25a74c7634b6244882 to your computer and use it in GitHub Desktop.
Jamaican Restaurants for ElasticSearch
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
POST /restaurants/_doc?refresh | |
{ | |
"name": "Gloria's", | |
"name_suggest": "Gloria's", | |
"city": "Port Royal" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Morgan's Harbour", | |
"name_suggest": "Morgan's Harbour", | |
"city": "Port Royal" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "South Avenue Bar & Grill", | |
"name_suggest": "South Avenue Bar & Grill", | |
"city": "Half Way Tree" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Nyammings", | |
"name_suggest": "Nyammings", | |
"city": "Half Way Tree" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Ziggy's Restaraunt", | |
"name_suggest": "Ziggy's Restaraunt", | |
"city": "Half Way Tree" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Island Grill", | |
"name_suggest": "Island Grill", | |
"city": "Half Way Tree" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Juici Patties", | |
"name_suggest": "Juici Patties", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Island Grill", | |
"name_suggest": "Island Grill", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Scotchies", | |
"name_suggest": "Scotchies", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Nirvana", | |
"name_suggest": "Nirvana", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Chez Marie", | |
"name_suggest": "Chez Marie", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Tracks and Records", | |
"name_suggest": "Tracks and Records", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Triple Century", | |
"name_suggest": "Triple Century", | |
"city": "New Kingston" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Juici Patties", | |
"name_suggest": "Juici Patties", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "New Leaf", | |
"name_suggest": "New Leaf", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Island Grill", | |
"name_suggest": "Island Grill", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "KFC", | |
"name_suggest": "KFC", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "100", | |
"name_suggest": "100", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Jade Garden", | |
"name_suggest": "Jade Garden", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Pushpa", | |
"name_suggest": "Pushpa", | |
"city": "Liguanea" | |
} | |
POST /restaurants/_doc?refresh | |
{ | |
"name": "Bikkles", | |
"name_suggest": "Bikkles", | |
"city": "Liguanea" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment