mirror of https://github.com/apache/lucene.git
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:
parent
335c1567d8
commit
db2c7c98e9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue