From couchdb-user-return-1539-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sat Oct 18 07:15:58 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 79099 invoked from network); 18 Oct 2008 07:15:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2008 07:15:58 -0000 Received: (qmail 36355 invoked by uid 500); 18 Oct 2008 07:15:58 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 36320 invoked by uid 500); 18 Oct 2008 07:15:58 -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 36308 invoked by uid 99); 18 Oct 2008 07:15:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 00:15:58 -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 paul.p.carey@gmail.com designates 209.85.198.250 as permitted sender) Received: from [209.85.198.250] (HELO rv-out-0708.google.com) (209.85.198.250) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 07:14:51 +0000 Received: by rv-out-0708.google.com with SMTP id k29so1254464rvb.0 for ; Sat, 18 Oct 2008 00:15:19 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=398/5msOH18dNS7eH1hZgD1SgG5cDGTDoD3oE0q4DSM=; b=Q2JxNJge6PqrvliWHnp9ZnCn2iK99JNB2eAl7h0hbLE6V/ZrBp7UH4TFD0DsLrM5QW JXhXHY9CutcZTS47/DQQJcsUt++uhdjjS71affzujfiKzrDcTjVZ+3E6Vu2onVMmriYX 442d4afqcz8ojgUTIFPZvhm6ZSoA/VGaQSa6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=yBx4o7eu8rclYOj+nNSAGi9MyEFulxpf/IlyhCPo7nUewD2yeZxgTw9+Fl/BkWvsJl y7snrymeuusRyWbeC3ujFwha7bOpO9x2h/2Oh0sgC6y22FZlpW/YEEpNq0J4xblIQzSs K2ahar85B7NP+T2GtVwnfdtJl5VcBbJB0fb9A= Received: by 10.143.6.19 with SMTP id j19mr1846641wfi.330.1224314119742; Sat, 18 Oct 2008 00:15:19 -0700 (PDT) Received: by 10.143.29.10 with HTTP; Sat, 18 Oct 2008 00:15:19 -0700 (PDT) Message-ID: <13ae4dd50810180015i207ee182xa6c5443acf87c4ce@mail.gmail.com> Date: Sat, 18 Oct 2008 08:15:19 +0100 From: "Paul Carey" To: couchdb-user@incubator.apache.org Subject: Re: Note to self... In-Reply-To: <7db9abd30810171212x2de0d43fk4a3542fa7a7a8091@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7db9abd30810171212x2de0d43fk4a3542fa7a7a8091@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org > Is there an alternate, better of doing this? On trunk you can pass ?reduce=false to your query which means you'll simply get the result of the map. This may be what you want. Paul