Package org.opencms.jsp.search.config
Interface I_CmsSearchConfigurationFacetQuery
- All Superinterfaces:
I_CmsSearchConfigurationFacet
- All Known Implementing Classes:
CmsSearchConfigurationFacetQuery
Interface for the query facet configuration.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The interface of a single query facet item.Nested classes/interfaces inherited from interface org.opencms.jsp.search.config.I_CmsSearchConfigurationFacet
I_CmsSearchConfigurationFacet.SortOrder
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of queries that belong to the facet.Methods inherited from interface org.opencms.jsp.search.config.I_CmsSearchConfigurationFacet
getIgnoreAllFacetFilters, getIgnoreMaxParamKey, getIgnoreTags, getIsAndFacet, getLabel, getMinCount, getName, getParamKey, getPreSelection, propagateAllFacetNames
-
Field Details
-
NAME
The name of the range facet.- See Also:
-
-
Method Details
-
getQueryList
Returns the list of queries that belong to the facet.- Returns:
- The list of queries that belong to the facet.
-