On Thu, 2005-08-18 at 17:16, [EMAIL PROTECTED] wrote: > Thanks again! The analyzer is working now. But seems like actually the > QueryParser I am using is probably converting the queries to lowercase > first. Is there any way to stop that? Here is the line of code where I am > parsing: > > Query query = QueryParser.parse(line, "contents", analyzer); > > As for analyzer, I have tried both StardaAnalyzer and StopAnalyzer.
You need to use the same analyzer for parsing queries as you do for indexing content. Luke Francl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]