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.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.