Skip to content

Instantly share code, notes, and snippets.

@wizidot
Created May 4, 2011 07:42
Show Gist options
  • Save wizidot/954885 to your computer and use it in GitHub Desktop.
Save wizidot/954885 to your computer and use it in GitHub Desktop.
past this json object here : http://www.jsonlint.com/
{
"took": 7,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 330,
"max_score": 4.376449,
"hits": [
{
"_index": "places",
"_type": "place",
"_id": "_6ebBEgfRL-s6-5B3-fPUQ",
"_score": 4.376449,
"_source" : {
"LEADID": "351877000000102007",
"SMOWNERID": "351877000000040003",
"NAME": "Aldi March\u00e9",
"created": "2011-03-18 10:06:54",
"modified": "2011-03-18 12:09:44",
"ADRESSE": "av Charles Armorin",
"VILLE": "CREST",
"CP": "26400",
"PAYS": "france",
"OPTOUT": "false",
"location": "44.7326269,5.0132015",
"cat1": "Supermarch\u00e9 et hypermarch\u00e9"
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment