Slide 63
Slide 63 text
Copyright Elasticsearch 2014 Copying, publishing and/or distributing without written permission is strictly prohibited
{
"aggregations" : {
"month" : {
"buckets" : [ {
"key_as_string" : "2014-04-01T00:00:00.000Z",
"key" : 1396310400000,
"doc_count" : 1097354,
"country" : {
"buckets" : [ {
"key" : "United States",
"doc_count" : 169442,
"retweets" : {
"1.0": 1,
"5.0": 1,
"25.0": 2,
"50.0": 21.927867004790084,
"75.0": 218.26625104274626,
"95.0": 3199.6148040638604,
"99.0": 15889.028205128077
} } ]
}
} ]
}
}
}
Retweets per month, per country