public interface I_CmsSearchConfigurationFacetQuery extends I_CmsSearchConfigurationFacet
| Modifier and Type | Interface and Description |
|---|---|
static interface |
I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem
The interface of a single query facet item.
|
I_CmsSearchConfigurationFacet.SortOrder| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
The name of the range facet.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> |
getQueryList()
Returns the list of queries that belong to the facet.
|
getIgnoreAllFacetFilters, getIgnoreMaxParamKey, getIgnoreTags, getIsAndFacet, getLabel, getMinCount, getName, getParamKey, getPreSelection, propagateAllFacetNamesstatic final java.lang.String NAME
java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> getQueryList()