Package com.yahoo.prelude.fastsearch
Class StructDataField
- java.lang.Object
-
- com.yahoo.prelude.fastsearch.DocsumField
-
- com.yahoo.prelude.fastsearch.StructDataField
-
public class StructDataField extends DocsumField
A hit field containing JSON structured data
-
-
Field Summary
-
Fields inherited from class com.yahoo.prelude.fastsearch.DocsumField
name
-
-
Constructor Summary
Constructors Constructor Description StructDataField(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.java.lang.String
toString()
-
Methods inherited from class com.yahoo.prelude.fastsearch.DocsumField
create, getName
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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
-
-