Uses of Class
org.opencms.search.fields.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
Modifier 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
Modifier and TypeClassDescriptionclass
Adopted version of the defaultCmsSearchFieldMapping
that resolves macros via theCmsGalleryNameMacroResolver
in the mapped value before returning it.