Uses of Interface
de.hybris.platform.searchservices.search.service.SnSearchContext
-
-
Uses of SnSearchContext in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners with parameters of type SnSearchContext Modifier and Type Method Description voidSnAsSearchProfileCalculationListener. afterSearch(SnSearchContext context)voidSnAsSearchProfileCalculationListener. afterSearchError(SnSearchContext context)voidSnAsSearchProfileCalculationListener. beforeSearch(SnSearchContext context)protected SnRangeBucketsFacetRequestSnAsSearchProfileCalculationListener. createRangeBucketsFacetRequest(SnSearchContext context, AsSearchProfileContext asContext, AsConfigurationHolder<? extends AbstractAsFacetConfiguration,AbstractAsFacetConfiguration> facetHolder)protected java.lang.StringSnAsSearchProfileCalculationListener. getIdentifierFromPk(SnSearchContext context, SnIdentityProvider<?> identityProvider, PK pk)protected java.util.Optional<SnQualifierType>SnAsSearchProfileCalculationListener. getQualifierType(SnSearchContext context, AbstractAsFacetConfiguration source)protected java.util.List<AsFacetRange>SnAsSearchProfileCalculationListener. getRangesForBucketsRequest(SnSearchContext context, AsSearchProfileContext asContext, AbstractAsFacetConfiguration source)protected java.util.List<CatalogVersionModel>SnAsSearchProfileCalculationListener. resolveCatalogVersions(SnSearchContext context)protected java.util.List<CategoryModel>SnAsSearchProfileCalculationListener. resolveCategoryPath(SnSearchContext context, java.util.List<CatalogVersionModel> catalogVersions)protected java.util.Map<java.lang.String,java.util.List<java.lang.String>>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 SnSearchContext Modifier and Type Method Description java.util.List<CatalogVersionModel>SnAsCatalogVersionResolver. resolveCatalogVersions(SnSearchContext searchContext)Resolves the catalog versions.java.util.List<CategoryModel>SnAsCategoryPathResolver. resolveCategoryPath(SnSearchContext searchContext, java.util.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 SnSearchContext Modifier and Type Method Description java.util.List<CatalogVersionModel>DefaultSnAsCatalogVersionResolver. resolveCatalogVersions(SnSearchContext searchContext)java.util.List<CategoryModel>DefaultSnAsCategoryPathResolver. resolveCategoryPath(SnSearchContext searchContext, java.util.List<CatalogVersionModel> catalogVersions) -
Uses of SnSearchContext in de.hybris.platform.searchservices.search.service
Methods in de.hybris.platform.searchservices.search.service that return SnSearchContext Modifier and Type Method Description SnSearchContextSnSearchContextFactory. createSearchContext(SnSearchRequest searchRequest)Creates a new instance ofSnIndexContext.Methods in de.hybris.platform.searchservices.search.service with parameters of type SnSearchContext Modifier and Type Method Description voidSnSearchListener. afterSearch(SnSearchContext context)Handles a notification that the search operation has just completed.voidSnSearchListener. afterSearchError(SnSearchContext context)Handles a notification that the search operation failed (this may also be due to listeners failing).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 SnSearchContext Modifier and Type Class Description classDefaultSnSearchContextDefault implementation forSnSearchContext.Methods in de.hybris.platform.searchservices.search.service.impl that return SnSearchContext Modifier and Type Method Description SnSearchContextDefaultSnSearchContextFactory. createSearchContext(SnSearchRequest searchRequest)Methods in de.hybris.platform.searchservices.search.service.impl with parameters of type SnSearchContext Modifier and Type Method Description voidCatalogVersionFilterSnSearchListener. 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, java.util.List<SnSearchListener> listeners)protected voidDefaultSnSearchStrategy. executeAfterSearchListeners(SnSearchContext searchContext, java.util.List<SnSearchListener> listeners)protected voidDefaultSnSearchStrategy. executeBeforeSearchListeners(SnSearchContext searchContext, java.util.List<SnSearchListener> listeners)
-