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