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