Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created August 28, 2015 16:10
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 peterbe/4e52f2f351b6809df303 to your computer and use it in GitHub Desktop.
Save peterbe/4e52f2f351b6809df303 to your computer and use it in GitHub Desktop.
INDEX= airmozillatest-events
FLUSH? {u'_shards': {u'successful': 5, u'failed': 0, u'total': 10}}
REFRESH? {u'_shards': {u'successful': 5, u'failed': 0, u'total': 10}}
{u'hits': {u'hits': [{u'_score': 1.0, u'_type': u'event', u'_id': u'23', u'_source': {u'channels': [], u'title': u'Mozilla Festival', u'tags': [u'PartyTag'], u'privacy': u'public'}, u'_index': u'airmozillatest-events'}, {u'_score': 1.0, u'_type': u'event', u'_id': u'22', u'_source': {u'channels': [u'Main'], u'title': u'Test event', u'tags': [u'SomeTag'], u'privacy': u'public'}, u'_index': u'airmozillatest-events'}], u'total': 2, u'max_score': 1.0}, u'_shards': {u'successful': 5, u'failed': 0, u'total': 5}, u'took': 1, u'timed_out': False}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment