Uses of Enum
org.opencms.jsp.search.config.I_CmsSearchConfigurationFacetRange.Method
Packages that use I_CmsSearchConfigurationFacetRange.Method
Package
Description
API classes for the configuration of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchConfigurationFacetRange.Method in org.opencms.jsp.search.config
Methods in org.opencms.jsp.search.config that return I_CmsSearchConfigurationFacetRange.MethodModifier and TypeMethodDescriptionCmsSearchConfigurationFacetRange.getMethod()
I_CmsSearchConfigurationFacetRange.getMethod()
Returns the value of facet.range.method for the facet, or null if not configured explicitly.Returns the enum constant of this type with the specified name.I_CmsSearchConfigurationFacetRange.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencms.jsp.search.config with parameters of type I_CmsSearchConfigurationFacetRange.MethodModifierConstructorDescriptionCmsSearchConfigurationFacetRange
(String range, String start, String end, String gap, Collection<I_CmsSearchConfigurationFacetRange.Other> other, Boolean hardEnd, I_CmsSearchConfigurationFacetRange.Method method, String name, Integer minCount, String label, Boolean isAndFacet, List<String> preselection, Boolean ignoreFilterFromAllFacets, Collection<String> excludeTags) Constructor directly setting all configuration values.