Uses of Enum
org.opencms.jsp.search.config.I_CmsSearchConfigurationFacet.SortOrder
Package
Description
API classes for the configuration of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchConfigurationFacet.SortOrder in org.opencms.jsp.search.config
Modifier and TypeFieldDescriptionprotected I_CmsSearchConfigurationFacet.SortOrder
CmsSearchConfigurationFacetField.m_sort
The sorting of facet entries.Modifier and TypeMethodDescriptionCmsSearchConfigurationFacetField.getSortOrder()
I_CmsSearchConfigurationFacetField.getSortOrder()
Returns the sort order that should be used for the facet entries (either "count" or "index").Returns the enum constant of this type with the specified name.I_CmsSearchConfigurationFacet.SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCmsSearchConfigurationFacetField
(String field, String name, Integer minCount, Integer limit, String prefix, String label, I_CmsSearchConfigurationFacet.SortOrder order, String filterQueryModifier, Boolean isAndFacet, List<String> preselection, Boolean ignoreFiltersFromAllFacets, Collection<String> excludeTags) Constructor directly setting all configuration values.