Class FieldCache.Bytes

  • Enclosing interface:
    FieldCache

    public abstract static class FieldCache.Bytes
    extends Object
    Field values as 8-bit signed bytes
    • Field Detail

      • EMPTY

        public static final FieldCache.Bytes EMPTY
        Zero value for every document
    • Constructor Detail

      • Bytes

        public Bytes()
    • Method Detail

      • get

        public abstract byte get​(int docID)
        Return a single Byte representation of this field's value.