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)
SortedNumericDocValues
setDocument
in class SortedNumericDocValues
public long valueAt(int index)
SortedNumericDocValues
0
to count()-1
.valueAt
in class SortedNumericDocValues
public int count()
SortedNumericDocValues
count
in class SortedNumericDocValues
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.