You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/08 23:53:50 UTC

[Couchdb Wiki] Update of "Introduction_to_CouchDB_views" by Punycode

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Introduction_to_CouchDB_views" page has been changed by Punycode.
The comment on this change is: Fixed error in the re-reduce part: depended on unmentioned group_level=2.
http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views?action=diff&rev1=34&rev2=35

--------------------------------------------------

  [[http://mail-archives.apache.org/mod_mbox/couchdb-user/200903.mbox/<20...@uk.tiscali.com>|For example]], suppose you have a view which emits key->value pairs like this:
  
  {{{
- [X, Y, 0]  -> Object_A
+ [X, Y, 1]  -> Object_A
  [X, Y, 1]  -> Object_B1
  [X, Y, 1]  -> Object_B1
  [X, Y, 1]  -> Object_B1