Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationHighlighting
Packages that use 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
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfigurationHighlightingModifier and TypeClassDescriptionclassSearch configuration for highlighting options.Methods in org.opencms.jsp.search.config that return I_CmsSearchConfigurationHighlightingModifier and TypeMethodDescriptionCmsSearchConfiguration.getHighlighterConfig()I_CmsSearchConfiguration.getHighlighterConfig()Returns the configuration for highlighting. -
Uses of I_CmsSearchConfigurationHighlighting in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser that return I_CmsSearchConfigurationHighlightingModifier 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
Methods in org.opencms.jsp.search.controller that return I_CmsSearchConfigurationHighlightingModifier and TypeMethodDescriptionCmsSearchControllerHighlighting.getConfig()I_CmsSearchControllerHighlighting.getConfig()Returns the configuration.Constructors in org.opencms.jsp.search.controller with parameters of type I_CmsSearchConfigurationHighlightingModifierConstructorDescriptionConstructor taking a highlighting configuration.