Package org.apache.lucene.index
Class NumericDocValues
- java.lang.Object
-
- org.apache.lucene.index.NumericDocValues
-
- Direct Known Subclasses:
LongValues,PackedInts.Reader
public abstract class NumericDocValues extends java.lang.ObjectA per-document numeric value.
-
-
Field Summary
Fields Modifier and Type Field Description static NumericDocValuesEMPTYAn empty NumericDocValues which returns zero for every document
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract longget(int docID)Returns the numeric value for the specified document ID.
-
-
-
Field Detail
-
EMPTY
public static final NumericDocValues EMPTY
An empty NumericDocValues which returns zero for every document
-
-