java-dev@lucene.apache.org
[Top] [All Lists]

[jira] Updated: (LUCENE-468) Searchable.java: The info in the @deprecate

Subject: [jira] Updated: (LUCENE-468) Searchable.java: The info in the @deprecated tags do not refer to the search(Weight, etc...) versions...
From: "Luc Vanlerberghe (JIRA)"
Date: Mon, 21 Nov 2005 15:04:42 +0100 CET
     [ http://issues.apache.org/jira/browse/LUCENE-468?page=all ]

Luc Vanlerberghe updated LUCENE-468:
------------------------------------

    Attachment: Searchable_468.diff

diff for the four changes.

> Searchable.java: The info in the @deprecated tags do not refer to the 
> search(Weight, etc...) versions...
> --------------------------------------------------------------------------------------------------------
>
>          Key: LUCENE-468
>          URL: http://issues.apache.org/jira/browse/LUCENE-468
>      Project: Lucene - Java
>         Type: Improvement
>     Reporter: Luc Vanlerberghe
>  Attachments: Searchable_468.diff
>
> E.g.
> The javadoc for 
>           void search(Query query, Filter filter, HitCollector results)
> states:
>           Deprecated. use search(Query, Filter, HitCollector) instead.
> instead of:
>           Deprecated. use search(Weight, Filter, HitCollector) instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-dev-help@xxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>