Uses of Class
de.hybris.platform.solrfacetsearch.search.Facet
-
-
Uses of Facet in com.hybris.backoffice.solrsearch.converters
Method parameters in com.hybris.backoffice.solrsearch.converters with type arguments of type Facet Modifier and Type Method Description java.util.Collection<com.hybris.cockpitng.search.data.facet.FacetData>FullTextSearchDataConverter. convertFacets(java.util.Collection<Facet> facets, java.util.List<Breadcrumb> breadcrumbs, IndexedType indexedType)Converts facets fromFacettoFacetData -
Uses of Facet in com.hybris.backoffice.solrsearch.converters.impl
Methods in com.hybris.backoffice.solrsearch.converters.impl with parameters of type Facet Modifier and Type Method Description protected com.hybris.cockpitng.search.data.facet.FacetDataDefaultFullTextSearchDataConverter. convertFacet(Facet facet, IndexedProperty indexedProperty)Method parameters in com.hybris.backoffice.solrsearch.converters.impl with type arguments of type Facet Modifier and Type Method Description java.util.Collection<com.hybris.cockpitng.search.data.facet.FacetData>DefaultFullTextSearchDataConverter. convertFacets(java.util.Collection<Facet> facets, java.util.List<Breadcrumb> breadcrumbs, IndexedType indexedType) -
Uses of Facet in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type Facet Modifier and Type Method Description protected AsFacetDataSolrAsSearchProvider. createFacetData(Facet facet) -
Uses of Facet in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type Facet Modifier and Type Method Description protected FacetValueData<SolrSearchQueryData>SearchResponseFacetsPopulator. buildFacetValue(FacetData<SolrSearchQueryData> facetData, Facet facet, FacetValue facetValue, SearchResult searchResult, SolrSearchQueryData searchQueryData)protected voidSearchResponseFacetsPopulator. buildFacetValues(FacetData<SolrSearchQueryData> facetData, Facet facet, IndexedProperty indexedProperty, SearchResult solrSearchResult, SolrSearchQueryData searchQueryData) -
Uses of Facet in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return Facet Modifier and Type Method Description FacetSearchResult. 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)Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type Facet Modifier and Type Method 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]Methods in de.hybris.platform.solrfacetsearch.search with parameters of type Facet Modifier and Type Method Description intFacet. compareTo(Facet other) -
Uses of Facet in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return Facet Modifier and Type Method Description FacetSolrSearchResult. getFacet(java.lang.String name)Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type Facet Modifier and Type Method Description java.util.List<Facet>SolrSearchResult. getFacets()java.util.Map<java.lang.String,Facet>SolrSearchResult. getFacetsMap()Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type Facet Modifier and Type Method Description voidSolrSearchResult. addFacet(Facet facet)Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type Facet Modifier and Type Method Description voidSolrSearchResult. setFacetsMap(java.util.Map<java.lang.String,Facet> facets) -
Uses of Facet in de.hybris.platform.solrfacetsearch.search.impl.populators
Methods in de.hybris.platform.solrfacetsearch.search.impl.populators that return Facet Modifier and Type Method Description protected FacetFacetSearchResultFacetsPopulator. buildFacet(SearchQuery searchQuery, FacetSearchResultFacetsPopulator.FacetInfo facetInfo, long maxFacetValueCount, org.apache.solr.client.solrj.response.FacetField sourceFacet)Methods in de.hybris.platform.solrfacetsearch.search.impl.populators with parameters of type Facet Modifier and Type Method Description protected intFacetSearchResultFacetsPopulator. compareFacets(Facet facet1, Facet facet2)
-