Class FieldCache.Shorts

  • Enclosing interface:
    FieldCache

    public abstract static class FieldCache.Shorts
    extends java.lang.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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • Shorts

        public Shorts()
    • Method Detail

      • get

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