Class FieldCache.Longs

  • Enclosing interface:
    FieldCache

    public abstract static class FieldCache.Longs
    extends java.lang.Object
    Field values as 64-bit signed long integers
    • Field Summary

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

      Constructors 
      Constructor Description
      Longs()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract long get​(int docID)
      Return an long 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.Longs EMPTY
        Zero value for every document
    • Constructor Detail

      • Longs

        public Longs()
    • Method Detail

      • get

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