Package org.apache.lucene.search
Class FieldCache.Floats
- java.lang.Object
-
- org.apache.lucene.search.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.
-
-
-
Field Detail
-
EMPTY
public static final FieldCache.Floats EMPTY
Zero value for every document
-
-