Package org.apache.lucene.search
Class FieldCache.Floats
java.lang.Object
org.apache.lucene.search.FieldCache.Floats
- Enclosing interface:
- FieldCache
Field values as 32-bit floats
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract float
get
(int docID) Return an float representation of this field's value.
-
Field Details
-
EMPTY
Zero value for every document
-
-
Constructor Details
-
Floats
public Floats()
-
-
Method Details
-
get
public abstract float get(int docID) Return an float representation of this field's value.
-