Class FacetValue

java.lang.Object
de.hybris.platform.solrfacetsearch.search.FacetValue
All Implemented Interfaces:
Serializable, Comparable<FacetValue>

public class FacetValue extends Object implements Serializable, Comparable<FacetValue>
This class defines the contents of a facet. For example, cpu and monitor are FacetValue of the hardware Facet. Each FacetValue contains concrete items???(either subFacetValue or items)
See Also:
  • Constructor Details

    • FacetValue

      public FacetValue(String name, long count, boolean selected)
    • FacetValue

      public FacetValue(String name, String displayName, long count, boolean selected)
  • Method Details