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