Uses of Enum
org.opencms.jsp.search.config.I_CmsSearchConfigurationFacetRange.Other
Package
Description
API classes for the configuration of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchConfigurationFacetRange.Other in org.opencms.jsp.search.config
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.I_CmsSearchConfigurationFacetRange.Other.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCmsSearchConfigurationFacetRange.getOther()
I_CmsSearchConfigurationFacetRange.getOther()
Returns the values of facet.range.other for the facet.ModifierConstructorDescriptionCmsSearchConfigurationFacetRange
(String range, String start, String end, String gap, Collection<I_CmsSearchConfigurationFacetRange.Other> other, Boolean hardEnd, String name, Integer minCount, String label, Boolean isAndFacet, List<String> preselection, Boolean ignoreFilterFromAllFacets, Collection<String> excludeTags) Constructor directly setting all configuration values.