Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 55745 invoked from network); 12 Feb 2011 10:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2011 10:40:52 -0000 Received: (qmail 43032 invoked by uid 500); 12 Feb 2011 10:40:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 42769 invoked by uid 500); 12 Feb 2011 10:40:47 -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 42761 invoked by uid 99); 12 Feb 2011 10:40:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 10:40:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robert.newson@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 10:40:40 +0000 Received: by bwz4 with SMTP id 4so3793605bwz.11 for ; Sat, 12 Feb 2011 02:40:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=sZd18Sc7KGA1zcx8oWkCWu240Uez5AFdg5gGxlG9H0U=; b=dyOwOfpNnIx1/HDltLtmi22YTpqAeHEd+TmVvlb/7DyZYy/bdTBt11UNxt0OJR5c9D 5oJrXBMA5VtGVlqPfN22o1uT4TgbQs+vuFIt9dDCBuU5BJtpHhLUXySz1RpunfQ2Zxlj 9YB30UYq2/zLEhttxtHDXcmNXrtagj9/S6dcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=moMjV0Ia/KFA7MAB+H6ALLNvnK6jJx7/6Qln7GKiGiVmivy3uP04Xs/eD7/YuoJqLP bh33cy6/otOh6qI4sGBGW8OaSZorShI033FgTLOC7uVZJ/gNaOisBkzciGV11YzVsV6h 52cBVRk1MObh49iXIeOSeczqQmEpKfdpHRga4= MIME-Version: 1.0 Received: by 10.204.52.134 with SMTP id i6mr1404589bkg.36.1297507219981; Sat, 12 Feb 2011 02:40:19 -0800 (PST) Received: by 10.204.113.146 with HTTP; Sat, 12 Feb 2011 02:40:19 -0800 (PST) In-Reply-To: <20110211220040.01779597@n428> References: <20110211220040.01779597@n428> Date: Sat, 12 Feb 2011 10:40:19 +0000 Message-ID: Subject: Re: lucene and "missing attachments" From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Can you show your index function? On 11 February 2011 21:00, Kristian Rink wrote: > Folks; > > having running couchdb 1.0.1 (Ubuntu 10.10) and a recent build of > couchdb-lucene, I am having trouble to do attachment full text > indexing. Running the sample code provided with the couchdb-lucene > README, I continuously end up with an error just alike this: > > {"error":"not_found","reason":"Document is missing attachment"} > > Googling the web, I found just few information on that, mostly telling > that it might be caused by a couchdb version too old for the > couchdb-lucene extension. Could this also be my specific case, or might > there be other issues causing this problem? Attachments in question > aren't around for every document in my database, but, if there's an > attachment, then it's a content.xml filled with meta-information (RDF) > as provided by aperture framework... Can't really provide any more log > output on that as there is none... :) > > TIA for any hints on that, > Kristian >