[ 
https://issues.apache.org/jira/browse/LUCENE-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Willnauer updated LUCENE-2253:
------------------------------------

    Component/s: Examples
       Priority: Trivial  (was: Major)
     Issue Type: Task  (was: Bug)

Changed issue to Task / Trivial.

Thanks for reporting this.

> 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: Task
>          Components: Examples
>    Affects Versions: 2.9.1, 3.0
>            Reporter: Lock Levels
>            Priority: Trivial
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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

Reply via email to