Thanks, I had already tried that and still no luck. Sorry should have included that in 
the information, got caught on that one early in my Lucene experience.  I also tried 
it with the Lucene 1.4.2.

-----Original Message-----
From: Daniel Naber [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 1:18 PM
To: Lucene Developers List
Subject: Re: Failure of wildcard search in the middle of a term


On Friday 15 October 2004 19:46, Lagerloef Kris-P54513 wrote:

> A search of Cal*s finds nothing.

Try searching cal*s, the analyzer probably indexed the word in lowercase, 
but the QueryParser by default doesn't do that for WildcardTerms. See 
QueryParser.setLowercaseWildcardTerms().

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to