Package org.apache.lucene.codecs.memory
Class LegacyNumericDocValues
java.lang.Object
org.apache.lucene.codecs.memory.LegacyNumericDocValues
Deprecated.
A per-document numeric value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract longget(int docID) Deprecated.Returns the numeric value for the specified document ID.
-
Constructor Details
-
LegacyNumericDocValues
protected LegacyNumericDocValues()Deprecated.Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
get
public abstract long get(int docID) Deprecated.Returns the numeric value for the specified document ID.- Parameters:
docID- document ID to lookup- Returns:
- numeric value
-
NumericDocValuesinstead.