Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 70320 invoked from network); 8 Jul 2004 01:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jul 2004 01:29:31 -0000 Received: (qmail 36565 invoked by uid 500); 8 Jul 2004 01:29:25 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 36372 invoked by uid 500); 8 Jul 2004 01:29:23 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 36187 invoked by uid 99); 8 Jul 2004 01:29:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [67.76.89.113] (HELO postfix.mail.ehatchersolutions.com) (67.76.89.113) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 07 Jul 2004 18:29:19 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by postfix.mail.ehatchersolutions.com (Postfix) with ESMTP id 8ABBF7D64D5 for ; Wed, 7 Jul 2004 21:29:00 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <1089239097.2615636519.1504.sendItem@bloglines.com> References: <1089239097.2615636519.1504.sendItem@bloglines.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2F235C88-D07E-11D8-903A-000393A564E6@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: PhraseQuery with Wildcards? Date: Wed, 7 Jul 2004 21:28:58 -0400 To: "Lucene Users List" X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jul 7, 2004, at 6:24 PM, yahootintin.1247688@bloglines.com wrote: > Hi, > > Is there any way to do a PhraseQuery with Wildcards? No. This very question came up a few days ago. Look at PhrasePrefixQuery - although this will be a bit of effort to expand the terms matching the wildcarded term. > > I'd like to > search for: > MyField:"foo bar*" > > I thought I could cobble something together > using PhraseQuery and Wildcards but I couldn't get this functionality > to work > due to my lack of experience with Lucene. > > Is there a way to do this with > Lucene? > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org