Package org.apache.lucene.search
Class FieldCache.Longs
java.lang.Object
org.apache.lucene.search.FieldCache.Longs
- Enclosing interface:
- FieldCache
Field values as 64-bit signed long integers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract long
get
(int docID) Return an long representation of this field's value.
-
Field Details
-
EMPTY
Zero value for every document
-
-
Constructor Details
-
Longs
public Longs()
-
-
Method Details
-
get
public abstract long get(int docID) Return an long representation of this field's value.
-