Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 36292 invoked from network); 27 Apr 2003 19:52:35 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Apr 2003 19:52:35 -0000 Received: (qmail 25931 invoked by uid 97); 27 Apr 2003 19:54:38 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 25924 invoked from network); 27 Apr 2003 19:54:38 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 27 Apr 2003 19:54:38 -0000 Received: (qmail 36008 invoked by uid 500); 27 Apr 2003 19:52:32 -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 35994 invoked from network); 27 Apr 2003 19:52:32 -0000 Received: from web12707.mail.yahoo.com (216.136.173.244) by daedalus.apache.org with SMTP; 27 Apr 2003 19:52:32 -0000 Message-ID: <20030427195238.33054.qmail@web12707.mail.yahoo.com> Received: from [24.90.65.225] by web12707.mail.yahoo.com via HTTP; Sun, 27 Apr 2003 12:52:38 PDT Date: Sun, 27 Apr 2003 12:52:38 -0700 (PDT) From: Otis Gospodnetic Subject: RE: prefixquery not working on migrating to Lucene 1.3 To: Lucene Users List In-Reply-To: <7B4F465444F8D51184B500065B3817508A9AD1@mshyd1.hyd.deshaw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This ought to get entered in the FAQ at jGuru... You need to use an Analyzer that does not throw away characters like '\'. Otis --- "Biswas, Goutam_Kumar" wrote: > Otis, > > Your suggestion worked. Thanks. However there is one more problem. If > the > path contains a '-' I do not get the results, even if I escape the > '-'. For > example: path:/u/biswasg/Install/jakarta\-tomcat*. If I search for > path:/u/biswasg/Install/jakarta*, however, I get the correct results. > So I > figure out that the '-' causing the problem here. How do I deal with > these > cases ? > > Thanks always, > Goutam > > > -----Original Message----- > From: Otis Gospodnetic [mailto:otis_gospodnetic@yahoo.com] > Sent: Sunday, April 27, 2003 7:06 PM > To: Lucene Users List > Subject: Re: prefixquery not working on migrating to Lucene 1.3 > > > I think that may be due to one of the new QueryParser methods. > setWildcardLowercase(boolean), I think. Check the source for the > exact > method name. > > Otis > > > --- "Biswas, Goutam_Kumar" wrote: > > Hi, > > > > I have been using queries like: filename:(txt) AND > > path:(/u/biswasg/Install*) with Lucene 1.2 which gave me correct > > results. I > > moved to Lucene 1.3 a while ago and find that these queries no > longer > > work. > > The Lucene Query is: +txt +path:/u/biswasg/install*. I observe that > > the path > > has been lowercased (which did not happen when I was using 1.2). > > > > I made the following changes in my code when I moved over to 1.3. > > > > QueryParser qp = new QueryParser(defaultSearchField, new > > MyAnalyzer()); > > qp.setOperator(QueryParser.DEFAULT_OPERATOR_AND); > > > > How can I prevent Lucene from lower casing query terms that ends > with > > a *. I > > must mention that my objective here is to restrict my search > results > > to > > those files that begin with a spceified prefix. > > > > Any help on this is appreciated. > > > > Thanks, > > -Goutam > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: > lucene-user-help@jakarta.apache.org > > > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > --------------------------------------------------------------------- > 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 > __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org