private static class SortingLeafReader.SortingNumericDocValues extends NumericDocValues
| Modifier and Type | Field and Description |
|---|---|
private Sorter.DocMap |
docMap |
private NumericDocValues |
in |
| Constructor and Description |
|---|
SortingNumericDocValues(NumericDocValues in,
Sorter.DocMap docMap) |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int docID)
Returns the numeric value for the specified document ID.
|
private final NumericDocValues in
private final Sorter.DocMap docMap
public SortingNumericDocValues(NumericDocValues in, Sorter.DocMap docMap)
public long get(int docID)
NumericDocValuesget in class NumericDocValuesdocID - document ID to lookup