From user-return-10559-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon May 17 15:58:07 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 3453 invoked from network); 17 May 2010 15:58:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 15:58:07 -0000 Received: (qmail 76034 invoked by uid 500); 17 May 2010 15:58:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 75964 invoked by uid 500); 17 May 2010 15:58:05 -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 75956 invoked by uid 99); 17 May 2010 15:58:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 15:58:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ningtan@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-px0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 15:57:58 +0000 Received: by pxi17 with SMTP id 17so2823566pxi.11 for ; Mon, 17 May 2010 08:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=5e9GE07nvnU3vEH8D7xixFpfvDchyx4AWFOyjFpDSW4=; b=xwcVLh2ygrdT99/IYsS3AzDj96B26oK1cmwWe5PleZ4Ib4JQWPzSyeye9hoWfTNKPZ 9PHOM0+Py9L4wBa1LuJJHnfp92YQ+NxgQRhjSW6UHtlbYgs4BUkm234CamS7ljRC0GKF POJxDX9CQ2ox18zE09WiG6m78Bf4DWAD+0fCE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=cVbRkMM8b5rnirrSR2zf60TQpnWtUGvbg4msqY1uhlmuIfaCSiIkHLjB2xDtWQnBJH nUMndEM483l2pa7oNKabZXpb/ho5Okbno5ZJWYbRGUCOZ79bhvWi2+evoOCqVSeGJK/c KaR1HnrXH105GY/4hQaBkiXBv8/7GUaKIlFu8= Received: by 10.142.59.13 with SMTP id h13mr3405928wfa.168.1274111856851; Mon, 17 May 2010 08:57:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.155.20 with HTTP; Mon, 17 May 2010 08:57:16 -0700 (PDT) From: Ning Tan Date: Mon, 17 May 2010 11:57:16 -0400 Message-ID: Subject: Returning document referenced by _id in view To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I remember a "new" feature for the views to return referenced document(s) if I emit their keys in a certain way, thus saving me a round trip to load those documents, but I can't find the documentation describing that feature anymore. Can somebody help me? Thanks!