You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by eh...@apache.org on 2005/02/18 21:49:38 UTC

svn commit: r154346 - lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java

Author: ehatcher
Date: Fri Feb 18 12:49:36 2005
New Revision: 154346

URL: http://svn.apache.org/viewcvs?view=rev&rev=154346
Log:
Bugzilla #33642 fix javadoc

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java?view=diff&r1=154345&r2=154346
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java Fri Feb 18 12:49:36 2005
@@ -78,7 +78,8 @@
   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;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org