Uses of Class
org.opencms.search.fields.CmsSearchFieldMapping
Packages that use CmsSearchFieldMapping
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
These classes control the mapping of the OpenCms content to the Lucene search fields.
-
Uses of CmsSearchFieldMapping in org.opencms.search
Methods in org.opencms.search with parameters of type CmsSearchFieldMappingModifier and TypeMethodDescriptionboolean
CmsSearchManager.removeSearchFieldMapping
(CmsLuceneField field, CmsSearchFieldMapping mapping) Removes a search field mapping from the given field. -
Uses of CmsSearchFieldMapping in org.opencms.search.fields
Subclasses of CmsSearchFieldMapping in org.opencms.search.fieldsModifier and TypeClassDescriptionclass
Adopted version of the defaultCmsSearchFieldMapping
that resolves macros via theCmsGalleryNameMacroResolver
in the mapped value before returning it.