Uses of Class
de.hybris.platform.solrfacetsearch.search.FacetField
-
-
Uses of FacetField in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners that return types with arguments of type FacetField Modifier and Type Method Description protected java.util.Map<java.lang.String,FacetField>MerchIndexingListener. createMerchFacetPropertiesMapping(IndexerBatchContext batchContext, SearchQuery searchQuery, java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping)createMerchFacetPropertiesMapping is a method for mapping facets to output for consumption by Merchandising.Methods in com.hybris.merchandising.indexer.listeners with parameters of type FacetField Modifier and Type Method Description protected java.util.List<java.util.Map<java.lang.Object,java.lang.Object>>MerchIndexingListener. createMerchFacetValues(FacetField facet, SearchQuery query, IndexedProperty indexedProperty, InputDocument document, com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo indexedPropertyInfo)createMerchFacetValues is a method for retrieving the values for a provided facet. -
Uses of FacetField in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return FacetField Modifier and Type Method Description protected FacetFieldSolrAsSearchProfileCalculationListener. createFacetField(AsConfigurationHolder<? extends AbstractAsFacetConfiguration,AbstractAsFacetConfiguration> facetHolder)Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type FacetField Modifier and Type Method Description protected AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration>SolrAsSearchProfileCalculationListener. convertFacet(AsSearchProfileContext context, FacetField facetField, AsUidGenerator asUidGenerator) -
Uses of FacetField in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type FacetField Modifier and Type Method Description java.util.List<FacetField>SearchQuery. getFacets()Returns the facet fields.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type FacetField Modifier and Type Method Description voidSearchQuery. addFacet(FacetField facet)Adds a facet field. -
Uses of FacetField in de.hybris.platform.solrfacetsearch.search.impl.populators
Methods in de.hybris.platform.solrfacetsearch.search.impl.populators that return FacetField Modifier and Type Method Description FacetFieldFacetSearchQueryFacetsPopulator.FacetInfo. getFacetField()FacetFieldFacetSearchResultFacetsPopulator.FacetInfo. getFacetField()Constructors in de.hybris.platform.solrfacetsearch.search.impl.populators with parameters of type FacetField Constructor Description FacetInfo(FacetField facetField)FacetInfo(FacetField facetField, IndexedProperty indexedProperty)
-