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