you can emit the number of comments as your key, then it will be
sorted and you can take the top 10 or whatever.

HTH,
Andrew

--
Andrew Melo
[email protected]



On Mon, Oct 5, 2009 at 8:36 PM, Seggy Umboh <[email protected]> wrote:
> Hello everyone,
> I've been reading about couchdb and just started playing around with it, and
> I am wondering, in the typical blog/comment example application, is it
> possible to get a list of the Top 10 commenters? It is trivial to write a
> view to get the number of comments for each commenter, but now I want to
> sort the result of that view by the values....
>

Reply via email to