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