From user-return-21477-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Jul 7 18:36:49 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B6C69A88 for ; Sat, 7 Jul 2012 18:36:49 +0000 (UTC) Received: (qmail 82834 invoked by uid 500); 7 Jul 2012 18:36:46 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82765 invoked by uid 500); 7 Jul 2012 18:36:46 -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 82664 invoked by uid 99); 7 Jul 2012 18:36:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2012 18:36:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pulkitsinghal@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2012 18:36:38 +0000 Received: by wgbfg15 with SMTP id fg15so8643385wgb.23 for ; Sat, 07 Jul 2012 11:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=D+Ryn9YK0hNFqpeyz5ZEB5NdX4i2LFoV0OcG2VNINSY=; b=GFoAdo1QYnW3ZzoZ6f0Jkia0ea3M6u3Sja81I5nC1CW0+Wkik5llJKzhypn/sBQ5Q6 551Im/hXA9kMRtAjxEy4XH6k467KusT0UteQjOBamWEvpHsFmwr+WQ5XhT1bIC23jSkK ezWORU1usIYOlqvqWxHDJAkryTJyVcFgDwNxM+u8vjeDzGXKSSQI02lXGx7V9W3Y2eu0 xWQyRMqPFanxbqYieke6SpEE6VNbqP68IGZbE/HZ4XjKrQTgiC4D9StEUIHVCOfhaZkp bFVywXDv9Y3dWf2ersF0nEN/EXI1HU+LD68ZtkMISTE8tv5pYVuidaA6VfrfU2eopr7g RJ2g== MIME-Version: 1.0 Received: by 10.180.84.104 with SMTP id x8mr16780066wiy.20.1341686178335; Sat, 07 Jul 2012 11:36:18 -0700 (PDT) Received: by 10.216.4.5 with HTTP; Sat, 7 Jul 2012 11:36:18 -0700 (PDT) Date: Sat, 7 Jul 2012 13:36:18 -0500 Message-ID: Subject: Alternate input for map reduce to build views? From: Pulkit Singhal To: couchdb-user@apache.org, user@couchdb.apache.org Content-Type: multipart/alternative; boundary=f46d043bd7580f4b3b04c441a8c1 --f46d043bd7580f4b3b04c441a8c1 Content-Type: text/plain; charset=UTF-8 Can the input for Map functions be something other than documents? Can the resulting data that we get by building viewA from documents ... be fed as a pseudo input document into viewB's map function? --f46d043bd7580f4b3b04c441a8c1--