From dev-return-2482-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Feb 10 17:28:06 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 66115 invoked from network); 10 Feb 2009 17:28:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 17:28:06 -0000 Received: (qmail 53251 invoked by uid 500); 10 Feb 2009 17:28:05 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 53219 invoked by uid 500); 10 Feb 2009 17:28:05 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 53208 invoked by uid 99); 10 Feb 2009 17:28:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 09:28:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of foamdino@gmail.com designates 209.85.218.163 as permitted sender) Received: from [209.85.218.163] (HELO mail-bw0-f163.google.com) (209.85.218.163) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 17:27:58 +0000 Received: by bwz7 with SMTP id 7so3221176bwz.11 for ; Tue, 10 Feb 2009 09:27:37 -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=wyTMx0A78791QRr1aJWl1djIsKZOe6/qfZHOEviWgdw=; b=HPYkamLc5uh9OHZU92jiv6PMol2UwRKWWv3fTjRihT0B6Y2NB+p7CKCDgfBL/kRCop hnNldE42UNg4nkHz2XJ6O67OiZCserB3XWeCzNJTD34MnEMfH2Jgmx3OEFnjPmbi6c+O PfMLRpZ15uT/oQ6SSrxQUQhjbSCWCHz5+KUOg= 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=Ugr3G7yE25n3gyIhhky7K3Zx88hGV2CRsRd5rPHAmV8o/yfrd3MxjgH02tUaRBNOfO HYOCJYVML+LZBpGX5MoWCyZYS6a6DfYXyHNxKYlOFbEHpb/+SLgHBIoM5mrbV91gDHIN Iy3Ray6l5XRqjzEkQAfJNY4Ygt69k4fS/3i7k= MIME-Version: 1.0 Received: by 10.103.193.13 with SMTP id v13mr852749mup.1.1234286856790; Tue, 10 Feb 2009 09:27:36 -0800 (PST) In-Reply-To: References: <5e6458d0902100846q6005cfa0tacd3bbcb07f0610d@mail.gmail.com> Date: Tue, 10 Feb 2009 17:27:36 +0000 Message-ID: Subject: Re: Roadmap discussion From: Kevin Jackson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org * Full Text Search interface - We've had basically working patches for this floating around for a while. - It seems simple enough, we just need someone who comfortable in Java to step up to the plate and write a Lucene adapter. (Thanks!) I'm more than happy to look at this when I get time, I've been wondering where to start hacking on couch and we use solr at work (currently), so I would be able to justify some work time on it too Kev