Package org.opencms.jsp.search.config
Interface I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem
- All Known Implementing Classes:
CmsSearchConfigurationFacetQuery.CmsFacetQueryItem
- Enclosing interface:
- I_CmsSearchConfigurationFacetQuery
public static interface I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem
The interface of a single query facet item.
-
Method Summary
-
Method Details
-
getLabel
Returns the label of the item, useful to show it.- Returns:
- the label of the item.
-
getQuery
Returns the query of the item.- Returns:
- the query of the item.
-