From user-return-3014-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Jan 18 19:43:21 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 77057 invoked from network); 18 Jan 2009 19:43:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2009 19:43:21 -0000 Received: (qmail 42022 invoked by uid 500); 18 Jan 2009 19:43:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41984 invoked by uid 500); 18 Jan 2009 19:43:19 -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 41973 invoked by uid 99); 18 Jan 2009 19:43:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 11:43:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.198.226 as permitted sender) Received: from [209.85.198.226] (HELO rv-out-0506.google.com) (209.85.198.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 19:43:09 +0000 Received: by rv-out-0506.google.com with SMTP id g37so2356268rvb.35 for ; Sun, 18 Jan 2009 11:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HN+9d7UwcDF0CbVkl47M+OSURKOl71944HBtYt01M9A=; b=JXBlBOFV9P6bzYY781uFIdsxmNClO0BPhLFNGj14r8n6FsHwQ8B7PVnNXLoVdBQL4c sOBRZCphBtc1V7JXl22EZ1Hm6OlMc0m/80iEKVPVud25IoKl2hq0sA3DD+RG1UqVAIEY tLm245Wn1t4P5lqptXcqDwPMpC/GQ4bwLOynI= 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:content-transfer-encoding; b=joqGxiq6d6T8zmrjUuhzA3b/XYyKYDpUf84+mYk/yzqrrgLxPMzrO+GBY5yZEU07Vq i6z3ZE3f92sSCX7RUbErJbWfMZk5voWfu5XH3nl8iJhPxKWAZnBWkfODg5NsdDwKelEC Pps1os+O1kmr2SPB0GeP7lMqH8Enlb7lEPeVo= MIME-Version: 1.0 Received: by 10.141.115.6 with SMTP id s6mr1150843rvm.58.1232307767324; Sun, 18 Jan 2009 11:42:47 -0800 (PST) In-Reply-To: <929FEDA4-3577-40C6-BFD0-6770F7C16D1E@googlemail.com> References: <11AF9E61-3486-4598-A06F-708AB755CFD2@googlemail.com> <929FEDA4-3577-40C6-BFD0-6770F7C16D1E@googlemail.com> Date: Sun, 18 Jan 2009 14:42:47 -0500 Message-ID: Subject: Re: Lucene Integration From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jan 18, 2009 at 2:38 PM, Darrin Wortlehock wrote: > Paul, > > This is fantastic. > > I am going to check it out tonight and let you know how It goes. > Don't pay too much attention to the threading stuff. I'm gonna work on swapping that out with stuff from the java.util.concurrent package today after the suggestion last night by someone on IRC (wkinney). > Many thanks. > > Darrin > > On 18 Jan 2009, at 06:06, Paul Davis wrote: > >> Everyone, >> >> I put in some work today on getting couchdb-lucene working with trunk >> and hopefully in an un-crappy method. >> >> Code: http://github.com/davisp/couchdb-lucene >> Write-Up: http://www.davispj.com/posts/11 >> >> I'm pretty certain that there are a few rough spots in actual usage >> still, but it passes the cursory index/query usage. Please send feed >> back and preferably pull requests on github.com >> >> Thanks, >> Paul Davis >> >> On Thu, Jan 15, 2009 at 12:50 PM, Paul Davis >> wrote: >>> >>> Darrin, >>> >>> action2 went away because _external is now in trunk. My couchdb-lucene >>> branch is still there and I've put it on the schedule to bring into >>> conformance with the very slightly altered trunk version (trunk >>> includes more info in the line API). >>> >>> Moving forward you can pull a copy of the couchdb-lucene stuff and >>> hack on it to get it working or wait for me to get to it this weekend. >>> >>> HTH, >>> Paul Davis >>> >>> On Thu, Jan 15, 2009 at 11:09 AM, Darrin Wortlehock >>> wrote: >>>> >>>> Hi, >>>> >>>> In late November I was working with davisp's couchdb-lucene, which >>>> required >>>> jchris' action2 branch to work. >>>> >>>> I am now returning to the development I was doing, building a new >>>> development environment from scratch and it appears that jchris' action2 >>>> branch has now gone away. >>>> >>>> I am specifically interested in lucene integration. Can anybody provide >>>> any >>>> hints on how to move forward? >>>> >>>> Regards, >>>> >>>> Darrin >>>> >>> > >