Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3B189C7F for ; Sat, 21 Apr 2012 20:06:43 +0000 (UTC) Received: (qmail 55570 invoked by uid 500); 21 Apr 2012 20:06:43 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 55475 invoked by uid 500); 21 Apr 2012 20:06:42 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 55458 invoked by uid 500); 21 Apr 2012 20:06:42 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 55449 invoked by uid 99); 21 Apr 2012 20:06:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2012 20:06:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2012 20:06:39 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id E3F1F79F for ; Sat, 21 Apr 2012 20:06:18 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 21 Apr 2012 20:06:18 -0000 Message-ID: <20120421200618.97639.29454@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Trivial_Update_of_=22View=5Fserver=22_by_Tho?= =?utf-8?q?masVanderStichele?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "View_server" page has been changed by ThomasVanderStichele: http://wiki.apache.org/couchdb/View_server?action=3Ddiff&rev1=3D33&rev2=3D34 Comment: more whitespace fixes The view-server answers: = {{{ - [true, [33]]\n + [true,[33]]\n }}} Note that even though the view server receives the map results in the for= m {{{[[key, id-of-doc], value]}}}, the function may receive them in a diffe= rent form. For example, the JavaScript view-server applies functions on the= list of keys and the list of values. = @@ -109, +109 @@ The view-server answers: = {{{ - [true, [154]]\n + [true,[154]]\n }}} =3D=3D=3D log =3D=3D=3D At any time, the view-server may send some information that will be saved= in CouchDB's log file. This is done by sending a special object with just = one field, {{{log}}}, on a separate line.