mirror of https://github.com/apache/lucene.git
LUCENE-7407: fix stale javadocs
This commit is contained in:
parent
b50b9106f8
commit
53dd74bd87
|
@ -39,8 +39,7 @@ public abstract class SortedDocValues extends BinaryDocValues {
|
||||||
/**
|
/**
|
||||||
* Returns the ordinal for the current docID.
|
* Returns the ordinal for the current docID.
|
||||||
* @return ordinal for the document: this is dense, starts at 0, then
|
* @return ordinal for the document: this is dense, starts at 0, then
|
||||||
* increments by 1 for the next value in sorted order. Note that
|
* increments by 1 for the next value in sorted order.
|
||||||
* missing values are indicated by -1.
|
|
||||||
*/
|
*/
|
||||||
public abstract int ordValue();
|
public abstract int ordValue();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue