public abstract class NumericDocValues extends Object
Modifier | Constructor and Description |
---|---|
protected |
NumericDocValues()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract long |
get(int docID)
Returns the numeric value for the specified document ID.
|
protected NumericDocValues()
public abstract long get(int docID)
docID
- document ID to lookup