topogram / weibo-miner-server

Data Visualization engine for content spread on social networks
4 stars 0 forks source link

Show percentage of original, retweeted and commented posts for searched keywords #12

Closed clemsos closed 9 years ago

clemsos commented 9 years ago

This could be achieved by using ElasticSearch. The approach will be to pass additional field while indexing to ElasticSearch (like "retweeted_id"), then we can compute a count directly from the index.

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-count.html

clemsos commented 9 years ago

Depends on #15