LUCENE-7407: fix stale javadocs

This commit is contained in:
Mike McCandless 2016-09-22 10:02:38 -04:00
parent c55a14e198
commit 7377d0ef9e
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ public abstract class SortedNumericDocValues extends DocIdSetIterator {
protected SortedNumericDocValues() {}
/**
* Retrieve the value for the current document at the specified index.
* An index ranges from {@code 0} to {@code count()-1}.
* Iterates to the next value in the current document. Do not call this more than {@link #docValueCount} times
* for the document.
*/
public abstract long nextValue() throws IOException;