Class DefaultTopValuesProvider
java.lang.Object
de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.DefaultTopValuesProvider
- All Implemented Interfaces:
FacetTopValuesProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Since 6.7, this is no longer used. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetTopValues(IndexedProperty indexedProperty, List<FacetValue> facetValues) Returns all top facet values for given indexed propertyvoidsetTopFacetCount(int topFacetCount)
-
Constructor Details
-
DefaultTopValuesProvider
public DefaultTopValuesProvider()
-
-
Method Details
-
getTopFacetCount
protected int getTopFacetCount() -
setTopFacetCount
public void setTopFacetCount(int topFacetCount) -
getTopValues
Description copied from interface:FacetTopValuesProviderReturns all top facet values for given indexed property- Specified by:
getTopValuesin interfaceFacetTopValuesProvider- Parameters:
indexedProperty- the property to provide a field name forfacetValues- list of facets- Returns:
- the list of top facet values
-