RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-01 Thread Uwe Schindler
Only query parser does the lower casing. For such a special case, I would suggest to use a PrefixQuery or WildcardQuery directly and not use query parser. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From:

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-01 Thread java8964 java8964
ry parser class. Anything we can do to about it? Will lucense's query parser class be fixed for the above inconsistent implementation? Thanks > From: u...@thetaphi.de > To: java-user@lucene.apache.org > Subject: RE: During the wild card search, will lucene 2.9.0 to convert the

Re: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-01 Thread Erik Hatcher
hanks From: u...@thetaphi.de To: java-user@lucene.apache.org Subject: RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case? Date: Mon, 1 Feb 2010 17:41:08 +0100 Only query parser does the lower casing. For such a special case, I would suggest to use a P

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-01 Thread Digy
from the lucene query parser class. Anything we can do to about it? Will lucense's query parser class be fixed for the above inconsistent implementation? Thanks > From: u...@thetaphi.de > To: java-user@lucene.apache.org > Subject: RE: During the wild card search, will lucene 2.9.0 t

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-01 Thread java8964 java8964
11 PM > To: java-user@lucene.apache.org > Subject: RE: During the wild card search, will lucene 2.9.0 to convert the > search string to lower case? > > > I would like to confirm your reply. You mean that the query parse will lower > casing. In fact, it looks like that it only doe

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-02 Thread java8964 java8964
..@gmail.com > > To: java-user@lucene.apache.org > > Subject: RE: During the wild card search, will lucene 2.9.0 to convert the > > search string to lower case? > > Date: Mon, 1 Feb 2010 20:36:29 +0200 > > > > Did you try queryParser.SetLowercaseExpandedTerms(f

Re: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-03 Thread Ian Lea
yzer by myself? > > Thanks > >> From: java8...@hotmail.com >> To: java-user@lucene.apache.org >> Subject: RE: During the wild card search, will lucene 2.9.0 to convert the >> search string to lower case? >> Date: Mon, 1 Feb 2010 14:24:00 -0500 >> >&

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-03 Thread Uwe Schindler
[mailto:ian@gmail.com] > Sent: Wednesday, February 03, 2010 11:06 AM > To: java-user@lucene.apache.org > Subject: Re: During the wild card search, will lucene 2.9.0 to convert > the search string to lower case? > > I think you'll have to write your own. Or just dow

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-03 Thread java8964 java8964
- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Ian Lea [mailto:ian@gmail.com] > > Sent: Wednesday, February 03, 2010 11:06 AM > > To: java-us

RE: During the wild card search, will lucene 2.9.0 to convert the search string to lower case?

2010-02-03 Thread Uwe Schindler
the lucene when it being retrieved? > > Thanks > > > From: u...@thetaphi.de > > To: java-user@lucene.apache.org > > Subject: RE: During the wild card search, will lucene 2.9.0 to > convert the search string to lower case? > > Date: Wed, 3 Feb 2010 11:17:27 +01