public static class AssertingLeafReader.AssertingNumericDocValues extends NumericDocValues
Constructor and Description |
---|
AssertingNumericDocValues(NumericDocValues in,
int maxDoc) |
Modifier and Type | Method and Description |
---|---|
long |
get(int docID)
Returns the numeric value for the specified document ID.
|
public AssertingNumericDocValues(NumericDocValues in, int maxDoc)
public long get(int docID)
NumericDocValues
get
in class NumericDocValues
docID
- document ID to lookupCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.