Fix LeafReader.getNumericDocValues javadoc

This commit is contained in:
Shai Erera 2016-12-14 13:07:19 +02:00
parent ad7152ad47
commit 770f1eb8ad
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public abstract class LeafReader extends IndexReader {
/** Returns {@link NumericDocValues} for this field, or
* null if no numeric doc values were indexed for
* this field. The returned instance should only be
* used by a single thread. This will never return null. */
* used by a single thread. */
public abstract NumericDocValues getNumericDocValues(String field) throws IOException;
/** Returns {@link BinaryDocValues} for this field, or