public static class AssertingLeafReader.AssertingSortedNumericDocValues extends SortedNumericDocValues
| Constructor and Description |
|---|
AssertingSortedNumericDocValues(SortedNumericDocValues in,
int maxDoc) |
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Retrieves the count of values for the current document.
|
void |
setDocument(int doc)
Positions to the specified document
|
long |
valueAt(int index)
Retrieve the value for the current document at the specified index.
|
public AssertingSortedNumericDocValues(SortedNumericDocValues in, int maxDoc)
public void setDocument(int doc)
SortedNumericDocValuessetDocument in class SortedNumericDocValuespublic long valueAt(int index)
SortedNumericDocValues0 to count()-1.valueAt in class SortedNumericDocValuespublic int count()
SortedNumericDocValuescount in class SortedNumericDocValuesCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.