Elasticsearch Notes

From Federal Burro of Information
Revision as of 00:17, 13 October 2015 by David (talk | contribs) (Created page with "I'm loving elasticsearch-head ( https://github.com/mobz/elasticsearch-head ) _search?search_type=count <pre> { "aggs" : { "all_users": { "terms": { "field": "screen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I'm loving elasticsearch-head ( https://github.com/mobz/elasticsearch-head )

_search?search_type=count

{
 "aggs" : {
  "all_users": {
   "terms": {
    "field": "screen_name"
   }
  }
 }
}