Package org.apache.lucene.search
Interface FieldCache.FloatParser
-
- All Superinterfaces:
FieldCache.Parser
,Serializable
- Enclosing interface:
- FieldCache
public static interface FieldCache.FloatParser extends FieldCache.Parser
Interface to parse floats from document fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
parseFloat(String string)
Return an float representation of this field's value.
-
-
-
Method Detail
-
parseFloat
float parseFloat(String string)
Return an float representation of this field's value.
-
-