public class DefaultTopValuesProvider extends java.lang.Object implements FacetTopValuesProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultTopValuesProvider.FacetValueCountComparator
Deprecated.
Since 6.7, this is no longer used.
|
| Constructor and Description |
|---|
DefaultTopValuesProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getTopFacetCount() |
java.util.List<FacetValue> |
getTopValues(IndexedProperty indexedProperty,
java.util.List<FacetValue> facetValues)
Returns all top facet values for given indexed property
|
void |
setTopFacetCount(int topFacetCount) |
protected int getTopFacetCount()
public void setTopFacetCount(int topFacetCount)
public java.util.List<FacetValue> getTopValues(IndexedProperty indexedProperty, java.util.List<FacetValue> facetValues)
FacetTopValuesProvidergetTopValues in interface FacetTopValuesProviderindexedProperty - the property to provide a field name forfacetValues - list of facetsCopyright © 2018 SAP SE. All Rights Reserved.