Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationFacetRange
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_CmsSearchConfigurationFacetRange in org.opencms.jsp.search.config
Modifier and TypeClassDescriptionclass
Search configuration special for field facets.Modifier and TypeMethodDescriptionCmsSearchConfiguration.getRangeFacetConfigs()
I_CmsSearchConfiguration.getRangeFacetConfigs()
Returns the configuration for range facets. -
Uses of I_CmsSearchConfigurationFacetRange in org.opencms.jsp.search.config.parser
Modifier and TypeMethodDescriptionprotected I_CmsSearchConfigurationFacetRange
CmsJSONSearchConfigurationParser.parseRangeFacet
(JSONObject rangeFacetObject) Parses the query facet configurations.protected I_CmsSearchConfigurationFacetRange
CmsXMLSearchConfigurationParser.parseRangeFacet
(String pathPrefix) Reads the configuration of a range facet.Modifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseRangeFacets()
CmsPlainQuerySearchConfigurationParser.parseRangeFacets()
CmsSimpleSearchConfigurationParser.parseRangeFacets()
CmsXMLSearchConfigurationParser.parseRangeFacets()
I_CmsSearchConfigurationParser.parseRangeFacets()
Returns the configuration for the range facets. -
Uses of I_CmsSearchConfigurationFacetRange in org.opencms.jsp.search.controller
Modifier and TypeMethodDescriptionCmsSearchControllerFacetRange.getConfig()
I_CmsSearchControllerFacetRange.getConfig()
Returns the configuration.ModifierConstructorDescriptionConstructor taking the managed configuration.ModifierConstructorDescriptionConstructor taking the list of field facet controllers that are aggregated.