Skip to content

Instantly share code, notes, and snippets.

@roycehaynes
Created January 12, 2012 22:00
Show Gist options
  • Save roycehaynes/1603415 to your computer and use it in GitHub Desktop.
Save roycehaynes/1603415 to your computer and use it in GitHub Desktop.
{ u'_shards': { u'failed': 0, u'successful': 5, u'total': 5},
u'facets': { u'payment_rate': { u'_type': u'terms',
u'missing': 2,
u'other': 0,
u'terms': [ { u'count': 3,
u'term': u'350'}],
u'total': 3},
u'practice_location': { u'_type': u'terms',
u'missing': 2,
u'other': 0,
u'terms': [ { u'count': 3,
u'term': u'area'},
{ u'count': 2,
u'term': u'kansas'},
{ u'count': 1,
u'term': u'topeka'},
{ u'count': 1,
u'term': u'missouri'},
{ u'count': 1,
u'term': u'maryland'},
{ u'count': 1,
u'term': u'city'},
{ u'count': 1,
u'term': u'baltimore'}],
u'total': 10},
u'practice_name': { u'_type': u'terms',
u'missing': 5,
u'other': 0,
u'terms': [],
u'total': 0}},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment