Interface I_CmsSearchConfigurationFacetRange

All Superinterfaces:
I_CmsSearchConfigurationFacet
All Known Implementing Classes:
CmsSearchConfigurationFacetRange

The interface a field facet configuration must implement.
  • 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.