Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationDidYouMean
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_CmsSearchConfigurationDidYouMean in org.opencms.jsp.search.config
Modifier and TypeClassDescriptionclass
Class keeping the configuration of the "Did you mean ...?" feature of the search form.Modifier and TypeMethodDescriptionCmsSearchConfiguration.getDidYouMeanConfig()
I_CmsSearchConfiguration.getDidYouMeanConfig()
Returns the configuration for "Did you mean ...?". -
Uses of I_CmsSearchConfigurationDidYouMean in org.opencms.jsp.search.config.parser
Modifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseDidYouMean()
CmsPlainQuerySearchConfigurationParser.parseDidYouMean()
CmsXMLSearchConfigurationParser.parseDidYouMean()
I_CmsSearchConfigurationParser.parseDidYouMean()
Returns the configuration for the "Did you mean ...?" feature. -
Uses of I_CmsSearchConfigurationDidYouMean in org.opencms.jsp.search.controller
Modifier and TypeMethodDescriptionCmsSearchControllerDidYouMean.getConfig()
I_CmsSearchControllerDidYouMean.getConfig()
Returns the configuration.ModifierConstructorDescriptionConstructor, taking the configuration.