Package org.ametys.cms.search.model
Interface MetadataResultField
-
- All Superinterfaces:
Field
,ResultField
- All Known Implementing Classes:
MetadataSearchUIColumn
public interface MetadataResultField extends ResultField
ResultField
returning a content metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldPath()
Get the field path in the indexing model.-
Methods inherited from interface org.ametys.cms.search.model.Field
getContentTypeId, getEnumerator, getType, isMultiple
-
Methods inherited from interface org.ametys.cms.search.model.ResultField
getFullValue, getId, getSearchField, getValue
-
-
-
-
Method Detail
-
getFieldPath
String getFieldPath()
Get the field path in the indexing model.- Returns:
- the field path in the indexing model.
-
-