Uses of Class
de.hybris.platform.searchservices.search.data.SnSearchResult
-
-
Uses of SnSearchResult in com.hybris.backoffice.searchservices.populators
Methods in com.hybris.backoffice.searchservices.populators that return SnSearchResult Modifier and Type Method Description SnSearchResultSnSearchResultSourceData. getSnSearchResult()Methods in com.hybris.backoffice.searchservices.populators with parameters of type SnSearchResult Modifier and Type Method Description voidSnSearchResultSourceData. setSnSearchResult(SnSearchResult snSearchResult)Constructors in com.hybris.backoffice.searchservices.populators with parameters of type SnSearchResult Constructor Description SnSearchResultSourceData(SnSearchResult snSearchResult, java.lang.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 SnSearchResult Modifier and Type Method Description protected AsSearchResultDataSnAsSearchProvider. convertSearchResult(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 SnSearchResult Modifier and Type Method Description org.springframework.core.convert.converter.Converter<SnSearchResultConverterData<SnSearchResult>,ProductCategorySearchPageData<SolrSearchQueryData,ITEM,CategoryModel>>DefaultSearchServicesProductSearchStrategy. getSearchResultConverter()Method parameters in de.hybris.platform.commerceservices.search.searchservices.impl with type arguments of type SnSearchResult Modifier and Type Method Description voidDefaultSearchServicesProductSearchStrategy. setSearchResultConverter(org.springframework.core.convert.converter.Converter<SnSearchResultConverterData<SnSearchResult>,ProductCategorySearchPageData<SolrSearchQueryData,ITEM,CategoryModel>> searchResultConverter) -
Uses of SnSearchResult in de.hybris.platform.commerceservices.search.searchservices.populators
-
Uses of SnSearchResult in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnSearchResult Modifier and Type Method Description protected SnSearchResultCSSearchSnSearchProvider. convertSearchResult(SearchResultDTO source)SnSearchResultCSSearchSnSearchProvider. search(SnContext context, java.lang.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 Modifier and Type Method Description SnSearchResultSnSearchResponse. getSearchResult()Returns the search result. -
Uses of SnSearchResult in de.hybris.platform.searchservices.search.service.impl
Fields in de.hybris.platform.searchservices.search.service.impl declared as SnSearchResult Modifier and Type Field Description protected SnSearchResultDefaultSnSearchResponse. searchResultMethods in de.hybris.platform.searchservices.search.service.impl that return SnSearchResult Modifier and Type Method Description SnSearchResultDefaultSnSearchResponse. getSearchResult()Methods in de.hybris.platform.searchservices.search.service.impl with parameters of type SnSearchResult Modifier and Type Method Description protected 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 SnSearchResult Modifier and Type Method Description SnSearchResultSnSearchProvider. search(SnContext context, java.lang.String indexId, SnSearchQuery searchQuery)Executes a search query on a specific index.
-