You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Benoit Chesneau <bc...@gmail.com> on 2008/06/23 12:19:46 UTC

reduce doc ?

Hi,

I'm currently trying to integrate some reduce function in an
application and read posts from jchris blog, but still have question :

- Does function reduce always have "combine" value like :
function (keys, values, combine) ?

- in which case combine is true or false ?  I don't unrestand why when
group=true, the combine value is first true, then false.

- how to call rereduce function.

Any simple explanation or link would be welcome :)

thanks.

- benoƮt