Bugzilla #33642 fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2005-02-18 20:49:36 +00:00
parent 335c1567d8
commit db2c7c98e9
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ public abstract class Scorer {
public abstract int doc();
/** Returns the score of the current document matching the query.
* Initially invalid, until {@link #next()} is called the first time.
* Initially invalid, until {@link #next()} or {@link #skipTo(int)}
* is called the first time.
*/
public abstract float score() throws IOException;