Uses of Class
org.opencms.xml.types.I_CmsXmlContentValue.CmsSearchContentConfig
Packages that use I_CmsXmlContentValue.CmsSearchContentConfig
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of I_CmsXmlContentValue.CmsSearchContentConfig in org.opencms.xml.content
Fields in org.opencms.xml.content with type parameters of type I_CmsXmlContentValue.CmsSearchContentConfigModifier and TypeFieldDescriptionprotected Map<String,
I_CmsXmlContentValue.CmsSearchContentConfig> CmsDefaultXmlContentHandler.m_searchSettings
The search settings.Methods in org.opencms.xml.content that return I_CmsXmlContentValue.CmsSearchContentConfigModifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getSearchContentConfig
(I_CmsXmlContentValue value) I_CmsXmlContentHandler.getSearchContentConfig
(I_CmsXmlContentValue value) Returns the search content configuration, ie., the way how to integrate the value into full text search.Methods in org.opencms.xml.content that return types with arguments of type I_CmsXmlContentValue.CmsSearchContentConfigModifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getSearchSettings()
I_CmsXmlContentHandler.getSearchSettings()
Returns the search content settings defined in the annotation node of this XML content.Methods in org.opencms.xml.content with parameters of type I_CmsXmlContentValue.CmsSearchContentConfigModifier and TypeMethodDescriptionprotected void
CmsDefaultXmlContentHandler.addSearchSetting
(CmsXmlContentDefinition contentDefinition, String elementName, I_CmsXmlContentValue.CmsSearchContentConfig value) Adds a search setting for an element. -
Uses of I_CmsXmlContentValue.CmsSearchContentConfig in org.opencms.xml.types
Fields in org.opencms.xml.types declared as I_CmsXmlContentValue.CmsSearchContentConfigModifier and TypeFieldDescriptionstatic final I_CmsXmlContentValue.CmsSearchContentConfig
I_CmsXmlContentValue.CmsSearchContentConfig.CONTENT
Configuration for adding the extraction of the content linked by the value to the content fields.static final I_CmsXmlContentValue.CmsSearchContentConfig
I_CmsXmlContentValue.CmsSearchContentConfig.FALSE
Configuration for not adding the value to the content fields.static final I_CmsXmlContentValue.CmsSearchContentConfig
I_CmsXmlContentValue.CmsSearchContentConfig.TRUE
Configuration for adding the value unchanged to the content fields.Methods in org.opencms.xml.types that return I_CmsXmlContentValue.CmsSearchContentConfigModifier and TypeMethodDescriptionI_CmsXmlContentValue.CmsSearchContentConfig.get
(I_CmsXmlContentValue.SearchContentType searchContentType) Returns the configuration for the search content type.I_CmsXmlContentValue.CmsSearchContentConfig.get
(I_CmsXmlContentValue.SearchContentType searchContentType, String adjustmentClass) Returns the configuration for the combination of search content type and adjustment class.I_CmsXmlContentValue.getSearchContentConfig()
Returns the search content type for the value.