mirror of https://github.com/apache/lucene.git
LUCENE-7407: fix stale javadocs
This commit is contained in:
parent
c55a14e198
commit
7377d0ef9e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue