Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 42516 invoked from network); 26 Aug 2010 14:49:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Aug 2010 14:49:43 -0000 Received: (qmail 82287 invoked by uid 500); 26 Aug 2010 14:49:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82176 invoked by uid 500); 26 Aug 2010 14:49:39 -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 82168 invoked by uid 99); 26 Aug 2010 14:49:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 14:49:39 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zachary.zolton@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 14:49:31 +0000 Received: by wyb34 with SMTP id 34so2743064wyb.11 for ; Thu, 26 Aug 2010 07:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=cCBgPSwxL1pnAugc4HTF87PXE0T9GDoN9wGhLdlMw5o=; b=YMelsdn+VKSQhOEijBeuvB8hJ6eGn8vFqyrBkBGcG8gpGsLFZoONjfUh4DF19VRt6a coztxo4gfgnhEKqKchvz1S59AnK1Mjm9AtfeL6xPofA1Tbjc+5t6kDiRUPaPf0c7U+3x 8QsQ/JkIlGpdMAPZvhzhkf7MZAsLMpG6FsFRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=TOvbUde3YxheuZ/OwX9oD717SilZsi7cl12fKwH0I4jbrhBsrE9BjLe+j6klIZsPfA TzJPnSOjqIm+WFnRJMAuYarMaqLY9f7tSudGIbnb3UbZbUIaywJ+Ald+Gs7pMkFGJi3Q VvIJJkY6ElDOg/avPSivvFohtg9DJB0s+6XIU= Received: by 10.227.145.14 with SMTP id b14mr9196779wbv.24.1282834147346; Thu, 26 Aug 2010 07:49:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.168.71 with HTTP; Thu, 26 Aug 2010 07:48:47 -0700 (PDT) In-Reply-To: References: From: Zachary Zolton Date: Thu, 26 Aug 2010 09:48:47 -0500 Message-ID: Subject: Re: _changes response in a custom format To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Zsolt, There is currently no built-in functionality to transform the _changes feed. Your best bet would be to use your favorite web scripting tools (Rails, PHP, CGI, etc) in between CouchDB's _changes and Solr. Cheers, Zach On Thu, Aug 26, 2010 at 5:21 AM, Zsolt Czinkos wrote: > Hello, > > I'm a newbie here in the couchdb world. I've read some papers, given > couchdb a try and now I have one question I can't answer. > > Is it possible to get _changes document in a custom format, for > example XML? Can I use a show function here somehow (or a view)? > > I'm planning to use couchdb and Solr together, and _changes api looks > promising to provide changes since last indexing. It would be very > easy to feed Solr with its own XML format if I could get it directly > from couchdb. > > > > Thanks in advance. > > Zsolt >