| Modifier and Type | Method and Description |
|---|---|
protected FacetValueData |
DefaultFullTextSearchDataConverter.convertFacetValue(FacetValue facetValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetValueNameComparator.compare(FacetValue value1,
FacetValue value2) |
protected int |
NumericFacetComparator.compareInstances(FacetValue facet1,
FacetValue facet2) |
| Modifier and Type | Method and Description |
|---|---|
protected AsFacetValueData |
SolrAsSearchProvider.createFacetValueData(FacetValue facetValue) |
| Modifier and Type | Method and Description |
|---|---|
protected FacetValueData<SolrSearchQueryData> |
SearchResponseFacetsPopulator.buildFacetValue(FacetData<SolrSearchQueryData> facetData,
Facet facet,
FacetValue facetValue,
SearchResult searchResult,
SolrSearchQueryData searchQueryData) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<FacetValue> |
DefaultTopValuesProviderTest.createFacetValues() |
java.util.List<FacetValue> |
DefaultTopValuesProvider.getTopValues(IndexedProperty indexedProperty,
java.util.List<FacetValue> facetValues) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultTopValuesProvider.FacetValueCountComparator.compareInstances(FacetValue facet1,
FacetValue facet2)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FacetValue> |
DefaultTopValuesProvider.getTopValues(IndexedProperty indexedProperty,
java.util.List<FacetValue> facetValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<FacetValue> |
FacetSortProvider.getComparatorForTypeAndProperty(IndexedType indexedType,
IndexedProperty indexedProperty)
Get the comparator for the type and property
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<FacetValue> |
DefaultFacetSortProvider.getComparatorForTypeAndProperty(IndexedType indexedType,
IndexedProperty indexedProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFacetSortProvider.setComparator(java.util.Comparator<FacetValue> comparator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FacetValue> |
FacetTopValuesProvider.getTopValues(IndexedProperty indexedProperty,
java.util.List<FacetValue> facets)
Returns all top facet values for given indexed property
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FacetValue> |
FacetTopValuesProvider.getTopValues(IndexedProperty indexedProperty,
java.util.List<FacetValue> facets)
Returns all top facet values for given indexed property
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FacetValue> |
Facet.getAllFacetValues() |
java.util.List<FacetValue> |
Facet.getFacetValues() |
java.util.List<FacetValue> |
Facet.getSelectedFacetValues() |
java.util.List<FacetValue> |
Facet.getTopFacetValues() |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetValue.compareTo(FacetValue anotherFacetValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setAllFacetValues(java.util.List<FacetValue> allFacetValues) |
void |
Facet.setFacetValues(java.util.List<FacetValue> facetValues) |
void |
Facet.setSelectedFacetValues(java.util.List<FacetValue> selectedFacetValues) |
void |
Facet.setTopFacetValues(java.util.List<FacetValue> topFacetValues) |
| Constructor and Description |
|---|
Facet(java.lang.String name,
java.util.List<FacetValue> facetValues) |
Facet(java.lang.String name,
java.lang.String displayName,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues,
FacetType facetType,
int priority) |
Facet(java.lang.String name,
java.lang.String displayName,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues,
FacetType facetType,
int priority) |
Facet(java.lang.String name,
java.lang.String displayName,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues,
java.util.List<FacetValue> selectedFacetValues,
FacetType facetType,
int priority) |
Facet(java.lang.String name,
java.lang.String displayName,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues,
java.util.List<FacetValue> selectedFacetValues,
FacetType facetType,
int priority) |
Facet(java.lang.String name,
java.lang.String displayName,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues,
java.util.List<FacetValue> selectedFacetValues,
FacetType facetType,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetCountComparator.compare(FacetValue value1,
FacetValue value2) |
int |
FacetDisplayNameComparator.compare(FacetValue value1,
FacetValue value2) |
int |
FacetNameComparator.compare(FacetValue value1,
FacetValue value2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FacetSearchResultFacetsPopulator.buildTopFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues) |
protected void |
FacetSearchResultFacetsPopulator.buildTopFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo,
java.util.List<FacetValue> facetValues,
java.util.List<FacetValue> topFacetValues) |
protected void |
FacetSearchResultFacetsPopulator.removeFacetValues(java.util.List<java.lang.String> keys,
java.util.Map<java.lang.String,FacetValue> mapping,
java.util.function.Consumer<FacetValue> consumer) |
protected void |
FacetSearchResultFacetsPopulator.removeFacetValues(java.util.List<java.lang.String> keys,
java.util.Map<java.lang.String,FacetValue> mapping,
java.util.function.Consumer<FacetValue> consumer) |
protected void |
FacetSearchResultFacetsPopulator.sortFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo,
SearchQuery searchQuery,
java.util.List<FacetValue> facetValues) |
Copyright © 2018 SAP SE. All Rights Reserved.