Package org.apache.lucene.search
Interface FieldCache.FloatParser
- All Superinterfaces:
FieldCache.Parser
- Enclosing interface:
- FieldCache
Interface to parse floats from document fields.
-
Method Summary
Modifier and TypeMethodDescriptionfloat
parseFloat
(BytesRef term) Return an float representation of this field's value.Methods inherited from interface org.apache.lucene.search.FieldCache.Parser
termsEnum
-
Method Details
-
parseFloat
Return an float representation of this field's value.
-