Package com.yahoo.prelude.fastsearch
Class DataField
java.lang.Object
com.yahoo.prelude.fastsearch.DocsumField
com.yahoo.prelude.fastsearch.DataField
Class representing a data field in the result set. a data field
is basically the same thing as a string field, only that we
treat it like a raw buffer. Well we SHOULD. we don't actually
do so. yet. we should probably do some defensive copying and
return a ByteBuffer...hmm...
- Author:
- Bjørn Borud
-
Field Summary
Fields inherited from class com.yahoo.prelude.fastsearch.DocsumField
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.prelude.fastsearch.DocsumField
create, getName
-
Constructor Details
-
DataField
-
-
Method Details
-
toString
-
convert
Description copied from class:DocsumFieldConvert a generic value into an object of the appropriate type for this field.- Specified by:
convertin classDocsumField
-