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()
SortedNumericDocValuescount in class SortedNumericDocValuespublic void setDocument(int doc)
SortedNumericDocValuessetDocument in class SortedNumericDocValuespublic long valueAt(int index)
SortedNumericDocValues0 to count()-1.valueAt in class SortedNumericDocValues