LUCENE-7407: fix stale javadocs

This commit is contained in:
Mike McCandless 2016-09-23 05:56:51 -04:00
parent b50b9106f8
commit 53dd74bd87
1 changed files with 1 additions and 2 deletions

View File

@ -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();