Uses of Interface
de.hybris.platform.searchservices.search.service.SnSearchContext
Packages that use SnSearchContext
Package
Description
-
Uses of SnSearchContext in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners with parameters of type SnSearchContextModifier and TypeMethodDescriptionvoidSnAsSearchProfileCalculationListener.afterSearch(SnSearchContext context) voidSnAsSearchProfileCalculationListener.afterSearchError(SnSearchContext context) voidSnAsSearchProfileCalculationListener.beforeSearch(SnSearchContext context) protected SnRangeBucketsFacetRequestSnAsSearchProfileCalculationListener.createRangeBucketsFacetRequest(SnSearchContext context, AsSearchProfileContext asContext, AsConfigurationHolder<? extends AbstractAsFacetConfiguration, AbstractAsFacetConfiguration> facetHolder) protected StringSnAsSearchProfileCalculationListener.getIdentifierFromPk(SnSearchContext context, SnIdentityProvider<?> identityProvider, PK pk) protected Optional<SnQualifierType>SnAsSearchProfileCalculationListener.getQualifierType(SnSearchContext context, AbstractAsFacetConfiguration source) protected List<AsFacetRange>SnAsSearchProfileCalculationListener.getRangesForBucketsRequest(SnSearchContext context, AsSearchProfileContext asContext, AbstractAsFacetConfiguration source) protected List<CatalogVersionModel>SnAsSearchProfileCalculationListener.resolveCatalogVersions(SnSearchContext context) protected List<CategoryModel>SnAsSearchProfileCalculationListener.resolveCategoryPath(SnSearchContext context, List<CatalogVersionModel> catalogVersions) SnAsSearchProfileCalculationListener.resolveQualifiers(SnSearchContext context) protected voidSnAsSearchProfileCalculationListener.updateSearchQuery(SnSearchContext context, AsSearchProfileContext asContext, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQueryExcludedItems(SnSearchContext context, SnIdentityProvider<?> identityProvider, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQueryFacets(SnSearchContext context, AsSearchProfileContext asContext, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQueryGroup(SnSearchContext context, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQueryPromotedHitsRankRules(SnSearchContext context, SnIdentityProvider<?> identityProvider, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQueryQueryFunctionRankRules(SnSearchContext context, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQueryRankRules(SnSearchContext context, SnIdentityProvider<?> identityProvider, AsSearchProfileResult result) protected voidSnAsSearchProfileCalculationListener.updateSearchQuerySorts(SnSearchContext context, AsSearchProfileResult result) -
Uses of SnSearchContext in de.hybris.platform.adaptivesearch.searchservices.strategies
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies with parameters of type SnSearchContextModifier and TypeMethodDescriptionSnAsCatalogVersionResolver.resolveCatalogVersions(SnSearchContext searchContext) Resolves the catalog versions.SnAsCategoryPathResolver.resolveCategoryPath(SnSearchContext searchContext, List<CatalogVersionModel> catalogVersions) Resolves the category path. -
Uses of SnSearchContext in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl with parameters of type SnSearchContextModifier and TypeMethodDescriptionDefaultSnAsCatalogVersionResolver.resolveCatalogVersions(SnSearchContext searchContext) DefaultSnAsCategoryPathResolver.resolveCategoryPath(SnSearchContext searchContext, List<CatalogVersionModel> catalogVersions) -
Uses of SnSearchContext in de.hybris.platform.searchservices.search.service
Methods in de.hybris.platform.searchservices.search.service that return SnSearchContextModifier and TypeMethodDescriptionSnSearchContextFactory.createSearchContext(SnSearchRequest searchRequest) Creates a new instance ofSnSearchContext.Methods in de.hybris.platform.searchservices.search.service with parameters of type SnSearchContextModifier and TypeMethodDescriptiondefault voidSnSearchListener.afterSearch(SnSearchContext context) Handles a notification that the search operation has just completed.default voidSnSearchListener.afterSearchError(SnSearchContext context) Handles a notification that the search operation failed (this may also be due to listeners failing).default voidSnSearchListener.beforeSearch(SnSearchContext context) Handles a notification that the search operation is about to begin execution. -
Uses of SnSearchContext in de.hybris.platform.searchservices.search.service.impl
Classes in de.hybris.platform.searchservices.search.service.impl that implement SnSearchContextMethods in de.hybris.platform.searchservices.search.service.impl that return SnSearchContextModifier and TypeMethodDescriptionDefaultSnSearchContextFactory.createSearchContext(SnSearchRequest searchRequest) Methods in de.hybris.platform.searchservices.search.service.impl with parameters of type SnSearchContextModifier and TypeMethodDescriptionvoidCatalogVersionFilterSnSearchListener.afterSearch(SnSearchContext context) voidCatalogVersionFilterSnSearchListener.afterSearchError(SnSearchContext context) voidCatalogVersionFilterSnSearchListener.beforeSearch(SnSearchContext context) protected SnSearchResponseDefaultSnSearchStrategy.createSearchResponse(SnSearchContext searchContext, SnSearchResult searchResult) protected SnSearchResponseDefaultSnSearchStrategy.doExecute(SnSearchContext searchContext) protected voidDefaultSnSearchStrategy.executeAfterSearchErrorListeners(SnSearchContext searchContext, List<SnSearchListener> listeners) protected voidDefaultSnSearchStrategy.executeAfterSearchListeners(SnSearchContext searchContext, List<SnSearchListener> listeners) protected voidDefaultSnSearchStrategy.executeBeforeSearchListeners(SnSearchContext searchContext, List<SnSearchListener> listeners)