Package com.yahoo.prelude.fastsearch
Class Float16Field
java.lang.Object
com.yahoo.prelude.fastsearch.DocsumField
com.yahoo.prelude.fastsearch.Float16Field
A 16-bit float, represented as a (32-bit) Float in Java, as there is no 16-bit float support.
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.prelude.fastsearch.DocsumField
name
-
Constructor Summary
-
Method Summary
Methods inherited from class com.yahoo.prelude.fastsearch.DocsumField
create, getName
-
Constructor Details
-
Float16Field
-
-
Method Details
-
convert
Description copied from class:DocsumField
Convert a generic value into an object of the appropriate type for this field.- Specified by:
convert
in classDocsumField
-