Class FieldCache.Floats

java.lang.Object
org.apache.lucene.search.FieldCache.Floats
Enclosing interface:
FieldCache

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

  • Constructor Details

    • Floats

      public Floats()
  • Method Details

    • get

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