Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 31011 invoked from network); 20 Jun 2008 16:39:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 16:39:35 -0000 Received: (qmail 31663 invoked by uid 500); 20 Jun 2008 16:39:36 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 31637 invoked by uid 500); 20 Jun 2008 16:39:36 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 31626 invoked by uid 99); 20 Jun 2008 16:39:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 09:39:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.198.244 as permitted sender) Received: from [209.85.198.244] (HELO rv-out-0708.google.com) (209.85.198.244) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 16:38:44 +0000 Received: by rv-out-0708.google.com with SMTP id k29so7129707rvb.0 for ; Fri, 20 Jun 2008 09:39:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=iniVp6wvPpExwRCtUhXExljR61xUsjjYykJ6Vc6Y+NY=; b=cqgMpauQOmqP2tSUV0i1J4hjcg8UJpnY/saDCt1RujX7L54IZhU82WC7plP+WQqWtC VrEaKtRbpcI7PNV6O0etoSLnUYodnauzanM0VCy1iWEx1TU1kMIdgje4qR+91gIXI1qh eh0CECIu2wYt6UhxyL2TfJogeq5kicKwWaSfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=a+nh4icf/da46e4cX4cqIE3MjTZYdy80uIDKIoxchnVIGLhYLhRc6moCzh9We1GZsJ 6mMySdT8rQES897xbEuYbKMxENc9wxuPl5nG4t9a7NcOOGLkiAA0BVfYMjGOc4zTjxjt tXkOEM8804CxoRf5SipKn6YGTncLyaFqaN4R0= Received: by 10.140.171.4 with SMTP id t4mr7809549rve.55.1213979942505; Fri, 20 Jun 2008 09:39:02 -0700 (PDT) Received: by 10.140.185.6 with HTTP; Fri, 20 Jun 2008 09:38:57 -0700 (PDT) Message-ID: Date: Fri, 20 Jun 2008 18:38:57 +0200 From: "Benoit Chesneau" To: couchdb-user@incubator.apache.org Subject: rereduce MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I'm trying to have rereduce working in a view : http://friendpaste.com/UDtRnMPc Rereduce here is used to sort data by doc 'created' field. Maybe I'm wrong somewhere in my algorithm but it didn't work nor I have any error in log. On the other hand I noticed that even if I have error in rereduce functytion there are no logs in couch.log. So is rereduce working on latest trunk ? Any sample somewhere that could help me ? :) Btw is there another way to sort data from a reduce ? - beno=EEt