Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 91135 invoked from network); 14 Feb 2003 21:46:53 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Feb 2003 21:46:53 -0000 Received: (qmail 9190 invoked by uid 97); 14 Feb 2003 21:48:31 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 9183 invoked from network); 14 Feb 2003 21:48:30 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Feb 2003 21:48:30 -0000 Received: (qmail 88276 invoked by uid 500); 14 Feb 2003 21:46:14 -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 88201 invoked from network); 14 Feb 2003 21:46:13 -0000 Received: from mail10.atl.registeredsite.com (64.224.219.84) by daedalus.apache.org with SMTP; 14 Feb 2003 21:46:13 -0000 Received: from mail.imorph.com (mail.imorph.com [216.247.96.155]) by mail10.atl.registeredsite.com (8.12.2/8.12.6) with ESMTP id h1ELkIrJ002984 for ; Fri, 14 Feb 2003 16:46:18 -0500 Received: from nethi [216.247.96.155] by mail.imorph.com (SMTPD32-6.06) id A3A6AEAB00FE; Fri, 14 Feb 2003 16:46:14 -0500 Message-ID: <00d001c2d472$803e6c10$1400a8c0@nethi> From: "Mailing Lists Account" To: Subject: Phrase queries with wildcards - Do they work ? Date: Sat, 15 Feb 2003 03:16:05 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N WIth 1.2 release, do the phrase queries containing wild cards such as "microsoft app*" actually work ? I couldn't get it to work even though the couple of posts in the mailing lists reported success. I observed that query parser recognizes the above query as Phrase query. Is there any work-around until the query parser is fixed ? I had no success with nightly build of 14th Feb 2003 also. I noticed that there is a Test class TestPhrasePrefixQuery.java that shows how to use PhrasePrefixQuery, which is probably needed for the above query to work correctly. regards Ramesh --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org