Lucene 3.0 - Deprecated QueryParser Constructor in Demo Code [new QueryParser( "contents", analyzer)] -----------------------------------------------------------------------------------------------------
Key: LUCENE-2253 URL: https://issues.apache.org/jira/browse/LUCENE-2253 Project: Lucene - Java Issue Type: Bug Affects Versions: 3.0, 2.9.1 Reporter: Lock Levels Found this issue when following the getting started tutorial with Lucene 3.0. It appears the QueryParser constructor was deprecated The new code in results.jsp should be changed from: new QueryParser("contents", analyzer) to: new QueryParser(Version.LUCENE_CURRENT, "contents", analyzer) http://www.locklevels.com -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org