Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 94450 invoked from network); 24 Feb 2009 15:52:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 15:52:25 -0000 Received: (qmail 66559 invoked by uid 500); 24 Feb 2009 15:52:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 66531 invoked by uid 500); 24 Feb 2009 15:52:23 -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 66520 invoked by uid 99); 24 Feb 2009 15:52:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 07:52:23 -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 adam.groves@gmail.com designates 72.14.220.156 as permitted sender) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 15:52:15 +0000 Received: by fg-out-1718.google.com with SMTP id 19so105839fgg.3 for ; Tue, 24 Feb 2009 07:51:54 -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=78f4w2Tb9w0ivzP9SsI4H3QDit3qUamKEKc8g1y1eFk=; b=bR/fOlJgPui/hWhkjjydY5TY7Qxb4BpaPpnEGlT+cw8vg/uMcQ2g6TBk4+nYAM7EyX TmETx73cQMM/cPlFa0TaiFNNkSV1B/yrbV9hWiv3wuaSSd0odmWdOzLf46QXdOIfxqsq jTxIXJbQA98iyoV7e0S53ESA7A9zNqssDJ2qY= 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=N4LM+lamyT5C3fO/IyURHmyZMBm6hVE6hjkKrC7gsTdQjRA19XDmxkitPoeRvM9ox9 7C1E1z+ibwMbxN8resIHsqx9pXAidS/KNi2OQ0djTVgPNWNy7ymcnBoe8BFq8fMu6jex Yo6nmvI8Ik8c5wrOkqaFScFxNt+BLtZ+Gc+nY= MIME-Version: 1.0 Received: by 10.86.3.12 with SMTP id 12mr3001350fgc.77.1235490713980; Tue, 24 Feb 2009 07:51:53 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Feb 2009 16:51:53 +0100 Message-ID: Subject: Re: Sphinx and CouchDB Views From: Adam Groves To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the reply Paul. I'm closely watching Robert's repo too and have taken it for a spin. I use views to filter my data (no surprises there) and need in addition to be able to search these filtered results. Cheers Adam 2009/2/24 Paul Davis : > I've spent alot of time looking through various approaches at FTI. The > biggest problem with Sphinx is that it requires you to provide a > unique 32 or 64bit integer as a document id. The impedance mismatch > with CouchDB's arbitrary string document id's has provided a bit of a > blocker for full on integration with Sphinx in the arbitrary case. > > I've got entirely too many different attempts for full text indexing > on github [1], but the real one to keep an eye on is probably Robert > Newson's fork of my CouchDB-Lucene [2] branch. He's taken it quite a > long way and as soon as he's integrated Rhino I'm gonna close up all > of my rather half baked attempts. > > HTH, > Paul Davis > > [1] http://github.com/davisp > [2] http://github.com/rnewson/couchdb-lucene/tree/master > > > On Tue, Feb 24, 2009 at 10:28 AM, Adam Groves wrote: >> Hi all, >> >> I read somewhere on the mailing list that Sphinx could be used to >> provide fti for couchdb views. Has anyone implemented this? Would you >> recommend it? Care to share some details? :) >> >> Cheers >> >> Adam >> >