Uses of Class
de.hybris.platform.solrfacetsearch.search.FacetField
-
Packages that use FacetField Package Description com.hybris.merchandising.converters.populators com.hybris.merchandising.indexer.listeners com.hybris.merchandising.model Contains generated models for each type of com.hybris.merchandising.jalo package.com.hybris.merchandising.service.impl de.hybris.platform.adaptivesearchsolr.listeners de.hybris.platform.solrfacetsearch.search de.hybris.platform.solrfacetsearch.search.impl.populators -
-
Uses of FacetField in com.hybris.merchandising.converters.populators
Methods in com.hybris.merchandising.converters.populators with parameters of type FacetField Modifier and Type Method Description protected java.util.List<FacetValue>FacetPopulator. createMerchFacetValues(FacetField facet, SearchQuery query, IndexedProperty indexedProperty, InputDocument document, IndexedPropertyInfo indexedPropertyInfo)Helper method to retrieve the values for a provided facet.protected static java.lang.ObjectFacetPopulator. getFacetDisplayNameProvider(FacetField facet)Utility method for retrieving a bean from the configured bean factory. -
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 com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return types with arguments of type FacetField Modifier and Type Method Description java.util.Map<java.lang.String,FacetField>ProductIndexContainer. getMerchFacetPropertiesMapping()Method parameters in com.hybris.merchandising.model with type arguments of type FacetField Modifier and Type Method Description ProductIndexContainer.ProductIndexContainerBuilderProductIndexContainer.ProductIndexContainerBuilder. withMerchFacetPropertiesMapping(java.util.Map<java.lang.String,FacetField> merchFacetPropertiesMapping) -
Uses of FacetField in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return types with arguments of type FacetField Modifier and Type Method Description protected java.util.Map<java.lang.String,FacetField>DefaultMerchCatalogService. createMerchFacetPropertiesMapping(IndexerBatchContext batchContext, SearchQuery searchQuery)createMerchFacetPropertiesMapping is a method for mapping facets to output for consumption by Merchandising. -
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)
-