Uses of Class
org.opencms.search.fields.CmsSearchFieldMappingType
Package
Description
These classes control the mapping of the OpenCms content to the Lucene search fields.
-
Uses of CmsSearchFieldMappingType in org.opencms.search.fields
Modifier and TypeFieldDescriptionstatic final CmsSearchFieldMappingType
CmsSearchFieldMappingType.ATTRIBUTE
The "dynamic" mapping type, this is required if a special class is used to process the field mapping value.static final CmsSearchFieldMappingType
CmsSearchFieldMappingType.CONTENT
The "content" mapping type, maps the content of the resource (no parameters required).static final CmsSearchFieldMappingType
CmsSearchFieldMappingType.DYNAMIC
The "dynamic" mapping type, this is required if a special class is used to process the field mapping value.static final CmsSearchFieldMappingType
CmsSearchFieldMappingType.ITEM
The "item" mapping type, maps the selected content item of the content.static final CmsSearchFieldMappingType
CmsSearchFieldMappingType.PROPERTY
The "property" mapping type, maps the selected property value of the resource.static final CmsSearchFieldMappingType
CmsSearchFieldMappingType.PROPERTY_SEARCH
The "property-search" mapping type, maps the selected property value of the resource with search upwards.Modifier and TypeMethodDescriptionCmsGeoCoordinateFieldMapping.getType()
CmsMacroSearchFieldMapping.getType()
CmsSearchFieldMapping.getType()
I_CmsSearchFieldMapping.getType()
Returns the mapping type.static CmsSearchFieldMappingType
Returns the matching field mapping type, ornull
if the given value is not a valid mapping type name.Modifier and TypeMethodDescriptionvoid
CmsGeoCoordinateFieldMapping.setType
(CmsSearchFieldMappingType type) void
CmsMacroSearchFieldMapping.setType
(CmsSearchFieldMappingType type) void
CmsSearchFieldMapping.setType
(CmsSearchFieldMappingType type) void
I_CmsSearchFieldMapping.setType
(CmsSearchFieldMappingType type) Sets the mapping type.ModifierConstructorDescriptionCmsMacroSearchFieldMapping
(CmsSearchFieldMappingType type, String param) Public constructor for a new search field mapping.CmsSearchFieldMapping
(CmsSearchFieldMappingType type, String param) Public constructor for a new search field mapping.CmsSearchFieldMapping
(CmsSearchFieldMappingType type, String param, boolean isLucene) Public constructor for a new search field mapping.