| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FacetData> |
FullTextSearchDataConverter.convertFacets(java.util.Collection<Facet> facets,
java.util.List<Breadcrumb> breadcrumbs,
IndexedType indexedType)
Converts facets from
Facet to FacetData |
| Modifier and Type | Method and Description |
|---|---|
protected FacetData |
DefaultFullTextSearchDataConverter.convertFacet(Facet facet,
IndexedProperty indexedProperty) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FacetData> |
DefaultFullTextSearchDataConverter.convertFacets(java.util.Collection<Facet> facets,
java.util.List<Breadcrumb> breadcrumbs,
IndexedType indexedType) |
| Modifier and Type | Method and Description |
|---|---|
protected AsFacetData |
SolrAsSearchProvider.createFacetData(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
protected FacetValueData<SolrSearchQueryData> |
SearchResponseFacetsPopulator.buildFacetValue(FacetData<SolrSearchQueryData> facetData,
Facet facet,
FacetValue facetValue,
SearchResult searchResult,
SolrSearchQueryData searchQueryData) |
protected void |
SearchResponseFacetsPopulator.buildFacetValues(FacetData<SolrSearchQueryData> facetData,
Facet facet,
IndexedProperty indexedProperty,
SearchResult solrSearchResult,
SolrSearchQueryData searchQueryData) |
| Modifier and Type | Method and Description |
|---|---|
Facet |
SearchResult.getFacet(java.lang.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 |
|---|---|
java.util.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(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Facet> |
SolrSearchResult.getFacets() |
java.util.Map<java.lang.String,Facet> |
SolrSearchResult.getFacetsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchResult.addFacet(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchResult.setFacetsMap(java.util.Map<java.lang.String,Facet> facets) |
| Modifier and Type | Method and Description |
|---|---|
protected Facet |
FacetSearchResultFacetsPopulator.buildFacet(SearchQuery searchQuery,
FacetSearchResultFacetsPopulator.FacetInfo facetInfo,
long maxFacetValueCount,
org.apache.solr.client.solrj.response.FacetField sourceFacet) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
FacetSearchResultFacetsPopulator.compareFacets(Facet facet1,
Facet facet2) |
Copyright © 2018 SAP SE. All Rights Reserved.