[ 
https://issues.apache.org/jira/browse/LUCENE-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801897#action_12801897
 ] 

Robert Muir commented on LUCENE-2224:
-------------------------------------

hello Ben, thanks for reporting this. This was fixed in LUCENE-2132... but no 
bugfix release has yet taken place!

I will resolve as a duplicate of LUCENE-2132, ok?

> 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