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