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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]