| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.search | |
| de.hybris.platform.solrfacetsearch.search.impl | |
| de.hybris.platform.solrfacetsearch.search.impl.populators |
| Modifier and Type | Method and Description |
|---|---|
Facet |
SearchResult.getFacet(String name)
Searches for the root of a facet tree which contains the Facet and all FacetValues, for example,
manufacturers(Facet) contains [eizo, ati, ..](FacetValue)
|
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
SearchResult.getFacets()
Searches for all available facets which contain the whole tree,
manufacturers [eizo, ati, ..], prices [100-499,500-999],categories [online, staged]
|
| Modifier and Type | Method and Description |
|---|---|
int |
Facet.compareTo(Facet other) |
| Modifier and Type | Method and Description |
|---|---|
Facet |
SolrSearchResult.getFacet(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
SolrSearchResult.getFacets() |
Map<String,Facet> |
SolrSearchResult.getFacetsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchResult.addFacet(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchResult.setFacetsMap(Map<String,Facet> facets) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
FacetSearchResultFacetsPopulator.compareFacets(Facet facet1,
Facet facet2) |
Copyright © 2017 SAP SE. All Rights Reserved.