Results.jsp in luceneweb example fails to compile
-------------------------------------------------

                 Key: LUCENE-2224
                 URL: https://issues.apache.org/jira/browse/LUCENE-2224
             Project: Lucene - Java
          Issue Type: Bug
          Components: Examples
    Affects Versions: 3.0
            Reporter: Ben Sion


The results.jsp in the luceneweb demo does not compile. The reason for this 
that there is no constructor matching "new QueryParser(String, Analyzer)" on 
line 98. Changing the lien to read:
                        QueryParser qp = new 
QueryParser(Version.LUCENE_CURRENT, "contents", analyzer);

fixes the problem for me. But this would save some trouble for would be users 
if was fixed.

-- 
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

Reply via email to