Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfiguration
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_CmsSearchConfiguration in org.opencms.jsp.search.config
-
Uses of I_CmsSearchConfiguration in org.opencms.jsp.search.config.parser
Modifier and TypeMethodDescriptionprotected void
CmsJSONSearchConfigurationParser.init
(String configString, I_CmsSearchConfiguration baseConfig) Initialization that parses the String to a JSON object.ModifierConstructorDescriptionCmsJSONSearchConfigurationParser
(String json, I_CmsSearchConfiguration baseConfig) Constructor taking the JSON as String.CmsPlainQuerySearchConfigurationParser
(String query, I_CmsSearchConfiguration baseConfig) Constructor taking the JSON as String. -
Uses of I_CmsSearchConfiguration in org.opencms.jsp.search.controller
ModifierConstructorDescriptionConstructor that sets up the controller with a given configuration.