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