Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 41494 invoked from network); 11 Sep 2009 17:43:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 17:43:07 -0000 Received: (qmail 97066 invoked by uid 500); 11 Sep 2009 17:43:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96977 invoked by uid 500); 11 Sep 2009 17:43:05 -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 96967 invoked by uid 99); 11 Sep 2009 17:43:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 17:43:05 +0000 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 zachary.zolton@gmail.com designates 209.85.218.211 as permitted sender) Received: from [209.85.218.211] (HELO mail-bw0-f211.google.com) (209.85.218.211) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 17:42:57 +0000 Received: by bwz7 with SMTP id 7so1105087bwz.11 for ; Fri, 11 Sep 2009 10:42:36 -0700 (PDT) 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 :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=XjhwmCkij+X0FTDytZ3n0Rn5Rpvf8NbJnfKdbcgVQ4s=; b=LFpqZe+xlKvqYX65fOjKRaoB54NDCvfo+9jYb/LeVESmwvyrcE+bPyqiuZI8xODI2z z8x74naiXXPTbo7UvMDwlakNB2GmbKlKoHI+PKMXqrNW2i7iTIziCxdP2iFJgSMnDBlN ReoPQ+qwmAzeVL8wrb2vIy0Mt4y34LgrBtses= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=aBFOvJE/32QWnB5uNuuymqOKyJHOq8neI+9t0nOrMqisT+l2+D00lgn+M50ZnDGSrs hOKo/JBqD7dYg4pqK6mBqBUBcYXc/C07hvDapECzbpTJMQiVhwWMw2XG169yoCOZf6Es Hg8KIs2QZFf8Z9eXxPeMh5jbEVyEo1xXZY1A0= MIME-Version: 1.0 Received: by 10.204.156.205 with SMTP id y13mr2278346bkw.116.1252690956524; Fri, 11 Sep 2009 10:42:36 -0700 (PDT) In-Reply-To: References: From: Zachary Zolton Date: Fri, 11 Sep 2009 12:42:16 -0500 Message-ID: Subject: Re: Lucene partial text search To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Lucene supports single letter "?" and multi-letter "*" wildcards: http://lucene.apache.org/java/2_0_0/queryparsersyntax.html On Fri, Sep 11, 2009 at 12:29 PM, Michael McCaffrey wrote: > Looking at the couch docs for lucene, they all reference FullText > searching. > > > > I've done the simple example from the wiki and =A0can get the search to > work if I put all the text in the field in the q=3D"..." search. > > > > Is it possible to do partial text searches? Like all the records that > contain "abc" in the field? Like a q=3D"*abc*" wildcard query? > > > > I see where the lucene documentation shows lots of capabilities, but > wonder if these are available/accessible in couch. > > > Thanks > > Mike > >