| Modifier and Type | Method and Description |
|---|---|
Comparator<FacetValue> |
FacetSortProvider.getComparatorForTypeAndProperty(IndexedType indexedType,
IndexedProperty indexedProperty)
Get the comparator for the type and property
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<FacetValue> |
DefaultFacetSortProvider.getComparatorForTypeAndProperty(IndexedType indexedType,
IndexedProperty indexedProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFacetSortProvider.setComparator(Comparator<FacetValue> comparator) |
| Modifier and Type | Method and Description |
|---|---|
List<FacetValue> |
FacetTopValuesProvider.getTopValues(IndexedProperty indexedProperty,
List<FacetValue> facets)
Returns all top facet values for given indexed property
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetValue> |
FacetTopValuesProvider.getTopValues(IndexedProperty indexedProperty,
List<FacetValue> facets)
Returns all top facet values for given indexed property
|
| Modifier and Type | Method and Description |
|---|---|
FacetValue |
Facet.getFacetValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<FacetValue> |
Facet.getFacetValues() |
List<FacetValue> |
Facet.getTopFacetValues() |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetValue.compareTo(FacetValue anotherFacetValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setTopFacetValues(List<FacetValue> topFacetValues) |
| Constructor and Description |
|---|
Facet(String name,
List<FacetValue> facetValues) |
Facet(String name,
String displayName,
List<FacetValue> facetValues,
List<FacetValue> topFacetValues,
FacetType facetType,
int priority) |
Facet(String name,
String displayName,
List<FacetValue> facetValues,
List<FacetValue> topFacetValues,
FacetType facetType,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetDisplayNameComparator.compare(FacetValue value1,
FacetValue value2) |
int |
FacetNameComparator.compare(FacetValue value1,
FacetValue value2) |
int |
FacetCountComparator.compare(FacetValue value1,
FacetValue value2) |
| Modifier and Type | Method and Description |
|---|---|
protected FacetValue |
FacetSearchResultFacetsPopulator.findFacetValue(List<FacetValue> facetValues,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FacetValue> |
FacetSearchResultFacetsPopulator.populateFacetTopValues(String topValueProvider,
IndexedProperty indexedProperty,
List<FacetValue> facetValues) |
protected List<FacetValue> |
FacetSearchResultFacetsPopulator.populateFacetValues(List<Count> sourceFacetValues,
SearchQuery searchQuery,
IndexedProperty indexedProperty,
FacetField facetField,
String fieldName,
boolean showFacet,
long maxFacetValueCount) |
protected List<FacetValue> |
FacetSearchResultFacetsPopulator.populateFacetValues(List<Count> sourceFacetValues,
SearchQuery searchQuery,
IndexedProperty indexedProperty,
String fieldName,
boolean showFacet,
long maxFacetValueCount) |
protected List<FacetValue> |
FacetSearchResultFacetsPopulator.sortFacetValues(SearchQuery searchQuery,
IndexedType indexedType,
IndexedProperty indexedProperty,
List<FacetValue> facetValues) |
| Modifier and Type | Method and Description |
|---|---|
protected FacetValue |
FacetSearchResultFacetsPopulator.findFacetValue(List<FacetValue> facetValues,
String name) |
protected List<FacetValue> |
FacetSearchResultFacetsPopulator.populateFacetTopValues(String topValueProvider,
IndexedProperty indexedProperty,
List<FacetValue> facetValues) |
protected List<FacetValue> |
FacetSearchResultFacetsPopulator.sortFacetValues(SearchQuery searchQuery,
IndexedType indexedType,
IndexedProperty indexedProperty,
List<FacetValue> facetValues) |
Copyright © 2017 SAP SE. All Rights Reserved.