Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 29246 invoked from network); 2 Oct 2010 15:19:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 15:19:56 -0000 Received: (qmail 71969 invoked by uid 500); 2 Oct 2010 15:19:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 71835 invoked by uid 500); 2 Oct 2010 15:19:52 -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 71827 invoked by uid 99); 2 Oct 2010 15:19:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 15:19:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 cliffywills@aol.com designates 64.12.206.39 as permitted sender) Received: from [64.12.206.39] (HELO imr-ma01.mx.aol.com) (64.12.206.39) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 15:19:42 +0000 Received: from mtaout-mb04.r1000.mx.aol.com (mtaout-mb04.r1000.mx.aol.com [172.29.41.68]) by imr-ma01.mx.aol.com (8.14.1/8.14.1) with ESMTP id o92FJ9Wp018271 for ; Sat, 2 Oct 2010 11:19:09 -0400 Received: from [10.0.0.10] (unknown [92.1.138.210]) by mtaout-mb04.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPA id A4B98E0000B2 for ; Sat, 2 Oct 2010 11:19:08 -0400 (EDT) Message-ID: <4CA74D6B.8060305@aol.com> Date: Sat, 02 Oct 2010 16:19:07 +0100 From: Cliff Williams User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.11pre) Gecko/20100928 Shredder/3.1.5pre MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Return doc data with _changes feed? References: <2E1B2B92-1982-40F2-B885-0CE9737A484C@gmail.com> In-Reply-To: <2E1B2B92-1982-40F2-B885-0CE9737A484C@gmail.com> Content-Type: multipart/alternative; boundary="------------030100020801090800030901" x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:386861344:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29444ca74d6c3998 X-AOL-IP: 92.1.138.210 X-Virus-Checked: Checked by ClamAV on apache.org --------------030100020801090800030901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Enrique I think that it is something like _changes?feed=continuous&include_docs=true best regards cliff On 02/10/10 11:49, Enrique Flores wrote: > Hi, > > We are monitoring a database with the continuous changes API, but our bottleneck now is that we then have to turn around and request the actual doc for every change, is there a way to configure the changes feed to go ahead and return the whole doc instead of just its _id? > > thanks, > Enrique > > --------------030100020801090800030901--