Class ExtendedField

java.lang.Object
com.yahoo.vespa.objects.FieldBase
com.yahoo.document.Field
com.yahoo.document.ExtendedField
All Implemented Interfaces:
FieldSet, Comparable<Field>
Direct Known Subclasses:
ExtendedStringField

public class ExtendedField extends Field
This adds an Extractor to the Field that can be used to get access the backed value used in the concrete document types.
Author:
baldersheim