Closed abessou closed 8 years ago
Popularity measure. field: 'tweet.orig_retweet_count'
To list the n tweets with the highest retweet counts do this query:
db.getCollection('twitter_2').find({}).sort({'tweet.orig_retweet_count':-1}).limit(n)
Popularity measure. field: 'tweet.orig_retweet_count'
To list the n tweets with the highest retweet counts do this query:
db.getCollection('twitter_2').find({}).sort({'tweet.orig_retweet_count':-1}).limit(n)