public interface ResultField extends Field
Modifier and Type | Method and Description |
---|---|
default Object |
getFullValue(Content content)
Get the value represented by this field in the given result content.
|
String |
getId()
Get the result field ID.
|
SearchField |
getSearchField()
Get the
SearchField representing this result field. |
Object |
getValue(Content content)
Get the value represented by this field in the given result content.
|
getContentTypeId, getEnumerator, getType, isMultiple
Object getValue(Content content)
content
- the result content.default Object getFullValue(Content content)
content
- the result content.SearchField getSearchField()
SearchField
representing this result field.SearchField
representing this result field.