public abstract class NumericDocValues extends Object
| Modifier and Type | Field and Description |
|---|---|
static NumericDocValues |
EMPTY
An empty NumericDocValues which returns zero for every document
|
| Modifier and Type | Method and Description |
|---|---|
abstract long |
get(int docID)
Returns the numeric value for the specified document ID.
|
public static final NumericDocValues EMPTY
Copyright © 2010 - 2020 Adobe. All Rights Reserved