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