Class FieldCache.Floats

  • Enclosing interface:
    FieldCache

    public abstract static class FieldCache.Floats
    extends java.lang.Object
    Field values as 32-bit floats
    • Field Summary

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

      Constructors 
      Constructor Description
      Floats()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract float get​(int docID)
      Return an float 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

      • Floats

        public Floats()
    • Method Detail

      • get

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