Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 27292 invoked from network); 16 Apr 2011 15:42:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2011 15:42:59 -0000 Received: (qmail 16256 invoked by uid 500); 16 Apr 2011 15:42:58 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 16223 invoked by uid 500); 16 Apr 2011 15:42:57 -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 16215 invoked by uid 99); 16 Apr 2011 15:42:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 15:42:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 15:42:53 +0000 Received: by vws16 with SMTP id 16so4685562vws.11 for ; Sat, 16 Apr 2011 08:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=2QrGFZoeUe3PwD5uxOMo7GNxu1sAedFhIVoLysKPriI=; b=Fhxqox4JQ5DXQo14BuUPbxRAzdntnyRsOIY0irvO0nix/RW6bHA2s2eV5HZNe4exxw qTYf89RepcZrcGV1uTSb4XCymLQLHVh7OegEP8HJJHCDebgKZPLxB3r1Qshk937CODja 7jYY021bJJcIFiiXYluQBb+88GbD6yYH7SUv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RW0gNXy+XZrc5OlZrLUYtWSjQeSckiLkecTrPbYHektJsAzChxX8Eyv1lNai50LxCG /mVftO2Y9UHn4JtEk9q8Rd4iHADBgj/AThmnQRILSgAU7DHrK0nlcykUZtOOGVzv06yG DvvPq5ZEK5siINww9njW8lJIEqsjssJGElo4w= MIME-Version: 1.0 Received: by 10.52.18.11 with SMTP id s11mr4614089vdd.269.1302968552230; Sat, 16 Apr 2011 08:42:32 -0700 (PDT) Received: by 10.220.63.15 with HTTP; Sat, 16 Apr 2011 08:42:32 -0700 (PDT) In-Reply-To: References: Date: Sat, 16 Apr 2011 19:42:32 +0400 Message-ID: Subject: Re: Passing _changes feed through a map function? From: Alexander Shorin To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 On Sat, Apr 16, 2011 at 7:26 PM, Joe Freeman wrote: > Is there a way to pass the _changes feed (with include_docs=true) > through a map function (for example, one that exists as part of an > existing view)? If not, are there any plans for this? > This functionality is already in trunk/1.1.x branch https://github.com/apache/couchdb/commit/56086f07c425bd272bda5a6609ed9db3758178ba ------------------ ,,,^..^,,,