Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 27896 invoked from network); 8 Jul 2008 20:45:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 20:45:33 -0000 Received: (qmail 50160 invoked by uid 500); 8 Jul 2008 20:45:33 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 50032 invoked by uid 500); 8 Jul 2008 20:45:33 -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 50021 invoked by uid 99); 8 Jul 2008 20:45:33 -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:45:33 -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 brking@gmail.com designates 74.125.46.154 as permitted sender) Received: from [74.125.46.154] (HELO yw-out-1718.google.com) (74.125.46.154) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 20:44:42 +0000 Received: by yw-out-1718.google.com with SMTP id 5so1358336ywr.0 for ; Tue, 08 Jul 2008 13:44:52 -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=tcEs037MMl1+X+H7mxq8GyefONM/G+48xjMHKegg7I0=; b=NWTi+Jn2zE/Pon9lH72B1h7iz5qP1O+dM7OuL0iYOrPIXuvcXTg7ledFHohyOupuz/ lbyLdAJEgMevy0CAx2gjJnO1dKOCkU2wLwkyDE5KpUQdjxBX+becKJfE1lc4gP96KELO XT5g13lDSJAtqpzipaoihby6FJZ+F51h6L6Do= 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=xcJCl3aWSbdIuXgBbC+kXUEkfcsBL7BuJi8T+U+18O4wSNZ6ifaKDfKjtsXJpftXgx lgCbR8VErl6kEN7VMj3n0E+00xu2OdFPrw/owLljL1mkxSiQufb+vpd1n1hz3te86PGl a3mA2DncRNoNTWAtGfS72dwl3KcSW1aelZirM= Received: by 10.115.76.5 with SMTP id d5mr8420407wal.191.1215549891096; Tue, 08 Jul 2008 13:44:51 -0700 (PDT) Received: by 10.114.182.11 with HTTP; Tue, 8 Jul 2008 13:44:51 -0700 (PDT) Message-ID: <888cd9180807081344k2cf366adi9ae317c6c2af454b@mail.gmail.com> Date: Tue, 8 Jul 2008 16:44:51 -0400 From: "Brad King" To: couchdb-user@incubator.apache.org Subject: Re: Lucene integration status In-Reply-To: <2E74E8D7-C583-4019-A124-40FCD64A282A@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <888cd9180807081307u6f6dbbaem3864bbfc6fdda948@mail.gmail.com> <2E74E8D7-C583-4019-A124-40FCD64A282A@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Jan, I was talking about this: { "_id":"_design/fulltextsearch", "_rev":"123", "fulltext_options": { "views": { "names" : {"index":"view-value", "return":"document"}, "cities": {"index":"view-key", "return":"view"} } } } which is shown here: http://wiki.apache.org/couchdb/FullTextSearch Doesn't there have to be supporting views to populate this? Maybe this is out of date. Since it isn't exposed, and it sounds like not being actively worked on, its not super important anyway. Nevermind. I'll have a look at the xapian stuff too. Thanks Paul. On Tue, Jul 8, 2008 at 4:32 PM, Jan Lehnardt wrote: > > On Jul 8, 2008, at 22:07, 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? > > no. > > >> - I'm having trouble groking the design document format for Full Text >> Search views, as shown on the wiki. What do the actual emit functions >> for the views to support this look like? > > The what? :-) What are you referring to? There's is currently no way > to FT-query views with Lucene. You can index & query full databases > though. > > Cheers > Jan > -- >