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