Skip to content

Instantly share code, notes, and snippets.

@emedina
Created February 25, 2013 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emedina/5029050 to your computer and use it in GitHub Desktop.
Save emedina/5029050 to your computer and use it in GitHub Desktop.
{
"took": 5,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 5,
"max_score": 1,
"hits": [
{
"_index": "mysql",
"_type": "mark",
"_id": "009278086",
"_score": 1,
"_source": {
"dtcreated": "2010-07-12T00:00:00.000Z",
"upperdeno": "VEGAS STAR"
}
},
{
"_index": "mysql",
"_type": "mark",
"_id": "002711547",
"_score": 1,
"_source": {
"dtcreated": "2002-05-24T00:00:00.000Z",
"upperdeno": "VEGA VIEJA"
}
},
{
"_index": "mysql",
"_type": "mark",
"_id": "008482011",
"_score": 1,
"_source": {
"dtcreated": "2009-08-10T00:00:00.000Z",
"upperdeno": "VEGA HOTEL"
}
},
{
"_index": "mysql",
"_type": "mark",
"_id": "009531468",
"_score": 1,
"_source": {
"dtcreated": "2010-11-18T00:00:00.000Z",
"upperdeno": "LAS VEGAS POWER ENERGY DRINK"
}
},
{
"_index": "mysql",
"_type": "mark",
"_id": "009683384",
"_score": 1,
"_source": {
"dtcreated": "2011-01-25T00:00:00.000Z",
"upperdeno": "VIVA LAS VEGAS"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment