public abstract class NumericDocValues
extends java.lang.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.
|