Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationHighlighting
Package
Description
API classes for the configuration of the search form support provided for server-side Solr search.
API classes for the configuration parsers of the search form support provided for server-side Solr search.
API classes for the controllers of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchConfigurationHighlighting in org.opencms.jsp.search.config
Modifier and TypeClassDescriptionclass
Search configuration for highlighting options.Modifier and TypeMethodDescriptionCmsSearchConfiguration.getHighlighterConfig()
I_CmsSearchConfiguration.getHighlighterConfig()
Returns the configuration for highlighting. -
Uses of I_CmsSearchConfigurationHighlighting in org.opencms.jsp.search.config.parser
Modifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseHighlighter()
CmsPlainQuerySearchConfigurationParser.parseHighlighter()
CmsXMLSearchConfigurationParser.parseHighlighter()
I_CmsSearchConfigurationParser.parseHighlighter()
Returns the configuration for the highlighting. -
Uses of I_CmsSearchConfigurationHighlighting in org.opencms.jsp.search.controller
Modifier and TypeMethodDescriptionCmsSearchControllerHighlighting.getConfig()
I_CmsSearchControllerHighlighting.getConfig()
Returns the configuration.ModifierConstructorDescriptionConstructor taking a highlighting configuration.