Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 77546 invoked from network); 17 Feb 2005 15:42:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Feb 2005 15:42:18 -0000 Received: (qmail 79732 invoked by uid 500); 17 Feb 2005 15:42:17 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 78871 invoked by uid 500); 17 Feb 2005 15:42:15 -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 78858 invoked by uid 99); 17 Feb 2005 15:42:15 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from uar.spline-software.com (HELO stargate.i-hypergrid.com) (194.44.193.196) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Feb 2005 07:42:14 -0800 Received: from [192.168.0.86] (vbychkoviak.jforce [192.168.0.86]) by stargate.i-hypergrid.com (Postfix) with ESMTP id 3A0677BE91 for ; Thu, 17 Feb 2005 17:42:10 +0200 (EET) Message-ID: <4214BB52.80203@i-hypergrid.com> Date: Thu, 17 Feb 2005 17:42:10 +0200 From: Volodymyr Bychkoviak User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: Searches Contain Special Characters References: <007901c51507$05e909c0$7703d00a@hypermedia.com> In-Reply-To: <007901c51507$05e909c0$7703d00a@hypermedia.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Use \ to escape special symbols. http://jakarta.apache.org/lucene/docs/queryparsersyntax.html Regards, Volodymyr Bychkoviak Luke Shannon wrote: >Hi All; > >How could I handle doing a wildcard search on the input *mario? > >Basically I would be interested in finding all the Documents containing >*mario > >Here is an example of such a Query generated: > >+(type:138) +(name:**mario*) > >How can I let Lucene know that the star closest to Mario on the left is to >be treated as a string, not a matching character? > >Thanks, > >Luke > > > >--------------------------------------------------------------------- >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