| Modifier and Type | Method and Description |
|---|---|
Facet |
FacetEntry.getFacet() |
| Modifier and Type | Method and Description |
|---|---|
FacetEntry |
SearchProviderConfiguration.createFacetEntry(int pos,
Facet facet) |
FacetEntry |
SearchProviderConfiguration.getFacetEntry(Facet facet) |
| Constructor and Description |
|---|
FacetEntry(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
Set<Facet> |
SearchType.getFacets() |
Set<Facet> |
FacetsResult.getFacets()
Returns all facets which have been queried.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FacetValue> |
FacetsResult.getValues(Facet facet)
Returns the facet values of a specific facet.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Facet> |
DefaultFacets.getFacets() |
Set<Facet> |
DefaultSearchType.getFacets() |
Set<Facet> |
ItemSearchType.getFacets() |
| Modifier and Type | Method and Description |
|---|---|
Set<FacetValue> |
DefaultFacets.getValues(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchType.setFacets(Set<Facet> facets) |
void |
ItemSearchType.setFacets(Set<Facet> facets) |
| Modifier and Type | Method and Description |
|---|---|
Set<Facet> |
AbstractSearchProvider.getAllSupportedFacets()
Returns all supported facets.
|
Set<Facet> |
AbstractSearchProvider.getAllSupportedFacets(Collection<SearchType> rootTypes)
Returns all supported facets for a given set of root types.
|
| Modifier and Type | Method and Description |
|---|---|
FacetsResult |
GenericQuerySearchProvider.queryFacets(ExtendedSearchResult result,
Set<Facet> facets) |
abstract FacetsResult |
AbstractSearchProvider.queryFacets(ExtendedSearchResult result,
Set<Facet> facets)
Performs a facet query upon a existing search result.
|
Copyright © 2017 SAP SE. All Rights Reserved.