Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationFacetRange
Packages that use 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
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfigurationFacetRangeModifier and TypeClassDescriptionclassSearch configuration special for field facets.Methods in org.opencms.jsp.search.config that return types with arguments of type I_CmsSearchConfigurationFacetRangeModifier and TypeMethodDescriptionCmsSearchConfiguration.getRangeFacetConfigs()I_CmsSearchConfiguration.getRangeFacetConfigs()Returns the configuration for range facets. -
Uses of I_CmsSearchConfigurationFacetRange in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser that return I_CmsSearchConfigurationFacetRangeModifier and TypeMethodDescriptionprotected I_CmsSearchConfigurationFacetRangeCmsJSONSearchConfigurationParser.parseRangeFacet(JSONObject rangeFacetObject) Parses the query facet configurations.protected I_CmsSearchConfigurationFacetRangeCmsXMLSearchConfigurationParser.parseRangeFacet(String pathPrefix) Reads the configuration of a range facet.Methods in org.opencms.jsp.search.config.parser that return types with arguments of type I_CmsSearchConfigurationFacetRangeModifier 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
Methods in org.opencms.jsp.search.controller that return I_CmsSearchConfigurationFacetRangeModifier and TypeMethodDescriptionCmsSearchControllerFacetRange.getConfig()I_CmsSearchControllerFacetRange.getConfig()Returns the configuration.Constructors in org.opencms.jsp.search.controller with parameters of type I_CmsSearchConfigurationFacetRangeModifierConstructorDescriptionConstructor taking the managed configuration.Constructor parameters in org.opencms.jsp.search.controller with type arguments of type I_CmsSearchConfigurationFacetRangeModifierConstructorDescriptionConstructor taking the list of field facet controllers that are aggregated.