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