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)
NumericDocValues
get
in class NumericDocValues
docID
- document ID to lookup