From couchdb-user-return-1541-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sat Oct 18 21:09:58 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 70547 invoked from network); 18 Oct 2008 21:09:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2008 21:09:58 -0000 Received: (qmail 35834 invoked by uid 500); 18 Oct 2008 21:09:59 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 35802 invoked by uid 500); 18 Oct 2008 21:09: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 35791 invoked by uid 99); 18 Oct 2008 21:09: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 14:09:58 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [82.179.246.8] (HELO sh-hwn01.platforma.ru) (82.179.246.8) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 21:08:50 +0000 Received: (qmail 70190 invoked from network); 19 Oct 2008 01:08:24 +0400 Received: from unknown (HELO ?192.168.146.105?) (89.31.88.137) by sh-hwn01.platforma.ru with (AES128-SHA encrypted) SMTP; 19 Oct 2008 01:08:24 +0400 Message-Id: <6F4BC1CD-607A-4662-9D03-919130F05B7B@useperl.ru> From: =?KOI8-R?B?98HEyc0g89XIwc7P1w==?= To: couchdb-user@incubator.apache.org In-Reply-To: <42fe43e10810181303m6a48a9e5mf7ef4293865ba267@mail.gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Several map function going into one view... Date: Sun, 19 Oct 2008 01:07:53 +0400 References: <42fe43e10810181303m6a48a9e5mf7ef4293865ba267@mail.gmail.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org hi, You can try this patch to current trunk: = https://issues.apache.org/jira/browse/COUCHDB-137 It allows to merge result of many view in one. Also you may filter =20 them with chain of map funcs defined in the http-request. 19.10.2008, =D7 0:03, Hagen Overdick =CE=C1=D0=C9=D3=C1=CC(=C1): > I would love to be able to have several map function merging into a =20= > single > view. As far as I understand that is currently not possible. > The best I can currently think of is creating a special database, =20 > keeping > function as documents and on change merge them into one big function =20= > (should > be possible by coding convention) and post/update them as a design =20 > document > into the target database. But this sounds awefully hacky to me. > > Any ideas/comments? -- Vad