mirror of https://github.com/apache/lucene.git
Fix LeafReader.getNumericDocValues javadoc
This commit is contained in:
parent
ad7152ad47
commit
770f1eb8ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue