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