private static class SortingLeafReader.SortingSortedNumericDocValues extends SortedNumericDocValues
Modifier and Type | Field and Description |
---|---|
private Sorter.DocMap |
docMap |
private SortedNumericDocValues |
in |
Constructor and Description |
---|
SortingSortedNumericDocValues(SortedNumericDocValues in,
Sorter.DocMap docMap) |
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.
|
private final SortedNumericDocValues in
private final Sorter.DocMap docMap
SortingSortedNumericDocValues(SortedNumericDocValues in, Sorter.DocMap docMap)
public int count()
SortedNumericDocValues
count
in class SortedNumericDocValues
public void setDocument(int doc)
SortedNumericDocValues
setDocument
in class SortedNumericDocValues
public long valueAt(int index)
SortedNumericDocValues
0
to count()-1
.valueAt
in class SortedNumericDocValues