static class SortedNumericSelector.MaxValue extends NumericDocValues
Modifier and Type | Field and Description |
---|---|
(package private) SortedNumericDocValues |
in |
Constructor and Description |
---|
MaxValue(SortedNumericDocValues in) |
Modifier and Type | Method and Description |
---|---|
long |
get(int docID)
Returns the numeric value for the specified document ID.
|
final SortedNumericDocValues in
MaxValue(SortedNumericDocValues in)
public long get(int docID)
NumericDocValues
get
in class NumericDocValues
docID
- document ID to lookup