mirror of https://github.com/apache/lucene.git
fix javadoc - this should not be deprecated - mistake in reversion of QueryWieght
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61a68fe46f
commit
ac89d0acad
|
@ -167,7 +167,6 @@ public interface Searchable {
|
|||
* entire index.
|
||||
* <p>Applications should call {@link Searcher#explain(Query, int)}.
|
||||
* @throws BooleanQuery.TooManyClauses
|
||||
* @deprecated use {@link #explain(Weight, int)} instead.
|
||||
*/
|
||||
Explanation explain(Weight weight, int doc) throws IOException;
|
||||
|
||||
|
|
Loading…
Reference in New Issue