Hi, I was checking out Lucene-3.0.0, and bumped into one little problem.
I followed the steps in http://lucene.apache.org/java/3_0_0/demo3.html to run the basic web demo of lucene. Then I got an error message that in result.jsp QueryParser(String, Analyzer) was undefined. I went to the source code in org.apache.lucene.queryparser.QueryParser and found that QueryParser had only one public constructor which was QueryParser(Version matchVersion, String f, Analyzer a). I changed the function parameters in the call in result.jsp accordingly and it worked. I am not quite sure who can change the web demo code, so I just post it here. Just think newbie like me can enjoy one less bump trying this. Regards, Brian --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org