Package com.yahoo.prelude.fastsearch
Class ByteField
- java.lang.Object
-
- com.yahoo.prelude.fastsearch.DocsumField
-
- com.yahoo.prelude.fastsearch.ByteField
-
public class ByteField extends DocsumField
- Author:
- Bjørn Borud
-
-
Field Summary
-
Fields inherited from class com.yahoo.prelude.fastsearch.DocsumField
name
-
-
Constructor Summary
Constructors Constructor Description ByteField(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
convert(com.yahoo.data.access.Inspector value)
Convert a generic value into an object of the appropriate type for this field.-
Methods inherited from class com.yahoo.prelude.fastsearch.DocsumField
create, getName
-
-
-
-
Method Detail
-
convert
public java.lang.Object convert(com.yahoo.data.access.Inspector value)
Description copied from class:DocsumField
Convert a generic value into an object of the appropriate type for this field.- Specified by:
convert
in classDocsumField
-
-