Uses of Class
org.opencms.search.fields.CmsSearchFieldMappingType
Packages that use 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
Fields in org.opencms.search.fields declared as CmsSearchFieldMappingTypeModifier and TypeFieldDescriptionstatic final CmsSearchFieldMappingTypeCmsSearchFieldMappingType.ATTRIBUTEThe "dynamic" mapping type, this is required if a special class is used to process the field mapping value.static final CmsSearchFieldMappingTypeCmsSearchFieldMappingType.CONTENTThe "content" mapping type, maps the content of the resource (no parameters required).static final CmsSearchFieldMappingTypeCmsSearchFieldMappingType.DYNAMICThe "dynamic" mapping type, this is required if a special class is used to process the field mapping value.static final CmsSearchFieldMappingTypeCmsSearchFieldMappingType.ITEMThe "item" mapping type, maps the selected content item of the content.static final CmsSearchFieldMappingTypeCmsSearchFieldMappingType.PROPERTYThe "property" mapping type, maps the selected property value of the resource.static final CmsSearchFieldMappingTypeCmsSearchFieldMappingType.PROPERTY_SEARCHThe "property-search" mapping type, maps the selected property value of the resource with search upwards.Methods in org.opencms.search.fields that return CmsSearchFieldMappingTypeModifier and TypeMethodDescriptionCmsGeoCoordinateFieldMapping.getType()CmsMacroSearchFieldMapping.getType()CmsSearchFieldMapping.getType()I_CmsSearchFieldMapping.getType()Returns the mapping type.static CmsSearchFieldMappingTypeReturns the matching field mapping type, ornullif the given value is not a valid mapping type name.Methods in org.opencms.search.fields with parameters of type CmsSearchFieldMappingTypeModifier and TypeMethodDescriptionvoidCmsGeoCoordinateFieldMapping.setType(CmsSearchFieldMappingType type) voidCmsMacroSearchFieldMapping.setType(CmsSearchFieldMappingType type) voidCmsSearchFieldMapping.setType(CmsSearchFieldMappingType type) voidI_CmsSearchFieldMapping.setType(CmsSearchFieldMappingType type) Sets the mapping type.Constructors in org.opencms.search.fields with parameters of type CmsSearchFieldMappingTypeModifierConstructorDescriptionCmsMacroSearchFieldMapping(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.