Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 32335 invoked from network); 8 Jul 2008 20:52:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 20:52:11 -0000 Received: (qmail 55095 invoked by uid 500); 8 Jul 2008 20:52:12 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 55059 invoked by uid 500); 8 Jul 2008 20:52:12 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 55047 invoked by uid 99); 8 Jul 2008 20:52:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 13:52:12 -0700 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 paul.joseph.davis@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 20:51:18 +0000 Received: by an-out-0708.google.com with SMTP id b38so517421ana.83 for ; Tue, 08 Jul 2008 13:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=C+qfCD7tqx+7l69VP4H34/15NAbnPF2OWMVnH9uzChM=; b=oOPJG5hS2Ihl1pm7/MtxUSpAwCSvUBSK1vzjrXTstBjbG2/mI4lEqN/C++Q7TlZ3wC 7rfVtITt7bDHPyk2OOM225hjDNNTAwSN7YfKKMbei4Pr9Wh+WdXg2lS8tPfj/k8j8u82 jyeO8TOEoiy4H7mmPArxouG44FS3f031yij4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=u8sV37rn6zV+1vLUg9c1MAZHSn2oGKCdhJmKPXy68M07fSdgcam0DABQmuYkx1Tbx1 atsBAmUVCsx3GHEQccXIygLZ9/ZND4TndRzMiFA3hNsQvpTvi5vKfOfCb6nQB7yj3Tqu 6DiLPRnjt9UTPLkGycoITJlQES1/K0DEJoHAE= Received: by 10.100.178.7 with SMTP id a7mr5698249anf.68.1215550282896; Tue, 08 Jul 2008 13:51:22 -0700 (PDT) Received: by 10.100.154.5 with HTTP; Tue, 8 Jul 2008 13:51:22 -0700 (PDT) Message-ID: Date: Tue, 8 Jul 2008 16:51:22 -0400 From: "Paul Davis" To: couchdb-user@incubator.apache.org Subject: Re: Lucene integration status In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <888cd9180807081307u6f6dbbaem3864bbfc6fdda948@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I checked it out, but sphinx requires a uniq 32bit unique ID to work properly. Since couchdb doesn't use integers as identifiers, it would've required some ugly code to patch the two together. Hence the use of Xapian. On Tue, Jul 8, 2008 at 4:46 PM, Robin Berjon wrote: > On Jul 8, 2008, at 22:29 , Paul Davis wrote: >> >> On Tue, Jul 8, 2008 at 4:07 PM, Brad King wrote: >>> >>> Couple of questions on Lucene: >>> >>> - Is it possible to query a couchdb full text index from the REST API >>> or Futon yet? >> >> Kind of. The lucene integration never got fully filled out. I have >> some stuff in [1] that uses xapian for FTI. Its not fleshed out but I >> think is closer than the lucene stuff. >> >> [1] http://code.google.com/p/couchprojects/source/browse > > I was wondering recently: has anyone done any work in integrating with > Sphinx for FTI? > > -- > Robin Berjon - http://berjon.com/ > > > >