Class FieldCache.Bytes

  • Enclosing interface:
    FieldCache

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

      Fields 
      Modifier and Type Field Description
      static FieldCache.Bytes EMPTY
      Zero value for every document
    • Constructor Summary

      Constructors 
      Constructor Description
      Bytes()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract byte get​(int docID)
      Return a single Byte representation of this field's value.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.