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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract longget(int docID) Return an long representation of this field's value.
- 
Field Details- 
EMPTYZero value for every document
 
- 
- 
Constructor Details- 
Longspublic Longs()
 
- 
- 
Method Details- 
getpublic abstract long get(int docID) Return an long representation of this field's value.
 
-