Class FieldCache.Doubles

  • Enclosing interface:
    FieldCache

    public abstract static class FieldCache.Doubles
    extends java.lang.Object
    Field values as 64-bit doubles
    • Field Summary

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

      Constructors 
      Constructor Description
      Doubles()  
    • Method Summary

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

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

      • Doubles

        public Doubles()
    • Method Detail

      • get

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