karussell / Jetwick

[not maintained] Custom Twitter Search via ElasticSearch&Wicket
61 stars 15 forks source link

search explicitly for daemon tweets #3

Closed karussell closed 13 years ago

karussell commented 13 years ago

It could be that there are a lot of retweets of a tweet that are not stored in the system and weren't caught be the twitter search. (Those tweets were called daemon tweets in previous releases)

In SolrTweetSearch.update we can determine how those tweets could look like and search this text again via twitter4j. When search then use 'popular' to increase probability to get the original tweet (not all the retweets): http://apiwiki.twitter.com/w/page/22554756/Twitter-Search-API-Method:-search

karussell commented 13 years ago

Not really necessary when we search twitter via mixed results type