Uses of Class
de.hybris.platform.searchservices.search.data.SnSearchResult
Packages that use SnSearchResult
Package
Description
-
Uses of SnSearchResult in com.hybris.backoffice.searchservices.populators
Methods in com.hybris.backoffice.searchservices.populators that return SnSearchResultMethods in com.hybris.backoffice.searchservices.populators with parameters of type SnSearchResultModifier and TypeMethodDescriptionvoidSnSearchResultSourceData.setSnSearchResult(SnSearchResult snSearchResult) Constructors in com.hybris.backoffice.searchservices.populators with parameters of type SnSearchResultModifierConstructorDescriptionSnSearchResultSourceData(SnSearchResult snSearchResult, String typeCode) -
Uses of SnSearchResult in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl with parameters of type SnSearchResultModifier and TypeMethodDescriptionprotected AsSearchResultDataSnAsSearchProvider.convertSearchResult(SnSearchQuery searchQuery, SnSearchResult source) -
Uses of SnSearchResult in de.hybris.platform.commerceservices.search.searchservices.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.impl that return types with arguments of type SnSearchResultModifier and TypeMethodDescriptionorg.springframework.core.convert.converter.Converter<SnSearchResultConverterData<SnSearchQuery,SnSearchResult>, ProductCategorySearchPageData<SolrSearchQueryData, ITEM, CategoryModel>> DefaultSearchServicesProductSearchStrategy.getSearchResultConverter()Method parameters in de.hybris.platform.commerceservices.search.searchservices.impl with type arguments of type SnSearchResultModifier and TypeMethodDescriptionvoidDefaultSearchServicesProductSearchStrategy.setSearchResultConverter(org.springframework.core.convert.converter.Converter<SnSearchResultConverterData<SnSearchQuery, SnSearchResult>, ProductCategorySearchPageData<SolrSearchQueryData, ITEM, CategoryModel>> searchResultConverter) -
Uses of SnSearchResult in de.hybris.platform.commerceservices.search.searchservices.populators
Method parameters in de.hybris.platform.commerceservices.search.searchservices.populators with type arguments of type SnSearchResultModifier and TypeMethodDescriptionprotected List<FacetData<SolrSearchQueryData>>SearchResultFacetsPopulator.buildFacets(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, SolrSearchQueryData searchQuery) protected booleanSearchResultFacetsPopulator.containsSearchResult(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source) voidSearchResultBasicPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, ProductCategorySearchPageData<SolrSearchQueryData, SearchResultValueData, CategoryModel> target) voidSearchResultBreadcrumbsPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, FacetSearchPageData<SolrSearchQueryData, SearchResultValueData> target) voidSearchResultFacetsPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, ProductCategorySearchPageData<SolrSearchQueryData, SearchResultValueData, CategoryModel> target) voidSearchResultPaginationPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, ProductCategorySearchPageData<SolrSearchQueryData, SnSearchResult, CategoryModel> target) voidSearchResultPaginationPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, ProductCategorySearchPageData<SolrSearchQueryData, SnSearchResult, CategoryModel> target) voidSearchResultResultsPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, ProductCategorySearchPageData<SolrSearchQueryData, SearchResultValueData, CategoryModel> target) voidSearchResultSortsPopulator.populate(SnSearchResultConverterData<SnSearchQuery, SnSearchResult> source, ProductCategorySearchPageData<SolrSearchQueryData, SearchResultValueData, CategoryModel> target) -
Uses of SnSearchResult in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnSearchResultModifier and TypeMethodDescriptionprotected SnSearchResultCSSearchSnSearchProvider.convertSearchResult(SnSearchQuery searchQuery, SearchResultDTO source) CSSearchSnSearchProvider.search(SnContext context, String indexId, SnSearchQuery searchQuery) -
Uses of SnSearchResult in de.hybris.platform.searchservices.search.service
Methods in de.hybris.platform.searchservices.search.service that return SnSearchResult -
Uses of SnSearchResult in de.hybris.platform.searchservices.search.service.impl
Fields in de.hybris.platform.searchservices.search.service.impl declared as SnSearchResultMethods in de.hybris.platform.searchservices.search.service.impl that return SnSearchResultMethods in de.hybris.platform.searchservices.search.service.impl with parameters of type SnSearchResultModifier and TypeMethodDescriptionprotected SnSearchResponseDefaultSnSearchStrategy.createSearchResponse(SnSearchContext searchContext, SnSearchResult searchResult) voidDefaultSnSearchResponse.setSearchResult(SnSearchResult searchResult) -
Uses of SnSearchResult in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service that return SnSearchResultModifier and TypeMethodDescriptionSnSearchProvider.search(SnContext context, String indexId, SnSearchQuery searchQuery) Executes a search query on a specific index.