Package org.opencms.jsp.search.config
Interface I_CmsSearchConfigurationFacetRange
- All Superinterfaces:
I_CmsSearchConfigurationFacet
- All Known Implementing Classes:
CmsSearchConfigurationFacetRange
The interface a field facet configuration must implement.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opencms.jsp.search.config.I_CmsSearchConfigurationFacet
I_CmsSearchConfigurationFacet.SortOrder
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()
Returns the value of facet.range.end for the facet.getGap()
Returns the value of facet.range.gap for the facet.boolean
Returns the value of facet.range.hardend for the facet.getOther()
Returns the values of facet.range.other for the facet.getRange()
Returns the numeric index field that is used for the facet, i.e., the value of facet.range.getStart()
Returns the value of facet.range.start for the facet.Methods inherited from interface org.opencms.jsp.search.config.I_CmsSearchConfigurationFacet
getIgnoreAllFacetFilters, getIgnoreMaxParamKey, getIgnoreTags, getIsAndFacet, getLabel, getMinCount, getName, getParamKey, getPreSelection, propagateAllFacetNames
-
Method Details
-
getEnd
Returns the value of facet.range.end for the facet.- Returns:
- the value of facet.range.end for the facet.
-
getGap
Returns the value of facet.range.gap for the facet.- Returns:
- the value of facet.range.gap for the facet.
-
getHardEnd
boolean getHardEnd()Returns the value of facet.range.hardend for the facet.- Returns:
- the value of facet.range.hardend for the facet.
-
getOther
Returns the values of facet.range.other for the facet.- Returns:
- the values of facet.range.other for the facet.
-
getRange
Returns the numeric index field that is used for the facet, i.e., the value of facet.range.- Returns:
- The numeric index field that is used for the facet, i.e., the value of facet.range.
-
getStart
Returns the value of facet.range.start for the facet.- Returns:
- the value of facet.range.start for the facet.
-