public interface I_CmsSearchConfigurationFacetField extends I_CmsSearchConfigurationFacet
I_CmsSearchConfigurationFacet.SortOrder| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField()
Returns the index field that is used for the facet.
|
java.lang.Integer |
getLimit()
Returns the maximal number of entries that should be shown in the facet.
|
java.lang.String |
getPrefix()
Returns the prefix all entries of a facet must match.
|
I_CmsSearchConfigurationFacet.SortOrder |
getSortOrder()
Returns the sort order that should be used for the facet entries (either "count" or "index").
|
java.lang.String |
modifyFilterQuery(java.lang.String facetValue)
Returns the (modified) filter query that should be send as filter query when a facet entry is checked.
|
getIgnoreAllFacetFilters, getIgnoreMaxParamKey, getIgnoreTags, getIsAndFacet, getLabel, getMinCount, getName, getParamKey, getPreSelection, propagateAllFacetNamesjava.lang.String getField()
java.lang.Integer getLimit()
java.lang.String getPrefix()
I_CmsSearchConfigurationFacet.SortOrder getSortOrder()
java.lang.String modifyFilterQuery(java.lang.String facetValue)
facetValue - The modifier that should be applied the each filter query appended when checking a facet entry.
The modifier can contain the macro "%(value)" that is substituted by the facet entry's value.
If the modifier is null, the unmodified filter query is returned.