Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 40344 invoked from network); 20 Jan 2009 13:34:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2009 13:34:54 -0000 Received: (qmail 27914 invoked by uid 500); 20 Jan 2009 13:34:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 27883 invoked by uid 500); 20 Jan 2009 13:34:51 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 27866 invoked by uid 99); 20 Jan 2009 13:34:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 05:34:51 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 13:34:43 +0000 Received: from [192.168.1.100] (f053003126.adsl.alicedsl.de [::ffff:78.53.3.126]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Tue, 20 Jan 2009 13:34:20 +0000 Message-Id: <61B374C7-34D7-45C3-9F8B-F11EFD77303D@apache.org> From: Jan Lehnardt To: user@couchdb.apache.org In-Reply-To: <5aaed53f0901200511t378e884crec90b3a4fc512be2@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: on Reduce w/ Python view server Date: Tue, 20 Jan 2009 14:33:48 +0100 References: <5aaed53f0901191615r6062c9e3gf1dd966ec206bd03@mail.gmail.com> <5aaed53f0901191824r581ef9c1wcb977230d2b780a1@mail.gmail.com> <5aaed53f0901192015i1a898727w1913daf801efcd43@mail.gmail.com> <5aaed53f0901200511t378e884crec90b3a4fc512be2@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 20 Jan 2009, at 14:11, Jeff Hinrichs - DM&T wrote: > So when, rereduce is True, you are operating on the output of your > rereduce=False operation(s)?? Right: http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views "Reduce Functions" Cheers Jan --