Let's suppose I have a blog and I want display the popular posts, where popular 
means: the 20 posts, of the last seven days, ordered by number of hits.
To avoid conflicts I don't save the number of hits in the post itself, but I 
emit a new document every time a generic user displays a post.
Even using view collation I don't get a solution for this problem.

-Filippo

Reply via email to