Uses of Interface
org.opencms.search.fields.I_CmsSearchFieldMapping
Packages that use I_CmsSearchFieldMapping
Package
Description
These classes control the mapping of the OpenCms content to the Lucene search fields.
-
Uses of I_CmsSearchFieldMapping in org.opencms.search.fields
Classes in org.opencms.search.fields that implement I_CmsSearchFieldMappingModifier and TypeClassDescriptionclass
Class extracting the Geo coordinates from a content field.class
Adopted version of the defaultCmsSearchFieldMapping
that resolves macros via theCmsGalleryNameMacroResolver
in the mapped value before returning it.class
Field mapping to resolve macros as for gallery names.class
Describes a mapping of a piece of content from an OpenCms VFS resource to a field of a search index.Methods in org.opencms.search.fields that return types with arguments of type I_CmsSearchFieldMappingModifier and TypeMethodDescriptionCmsSearchField.getMappings()
Returns the mappings for this field.Methods in org.opencms.search.fields with parameters of type I_CmsSearchFieldMappingModifier and TypeMethodDescriptionvoid
CmsSearchField.addMapping
(I_CmsSearchFieldMapping mapping) Adds a new field mapping to the internal list of mappings.