Uses of Class
de.hybris.platform.solrfacetsearch.search.impl.SolrSearchResult
Packages that use SolrSearchResult
Package
Description
-
Uses of SolrSearchResult in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return SolrSearchResultModifier and TypeMethodDescriptionSolrKeywordRedirectService.attachKeywordRedirect(SolrSearchResult result) Attach keyword redirects to aSolrSearchResult.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type SolrSearchResultModifier and TypeMethodDescriptionSolrKeywordRedirectService.attachKeywordRedirect(SolrSearchResult result) Attach keyword redirects to aSolrSearchResult. -
Uses of SolrSearchResult in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return SolrSearchResultModifier and TypeMethodDescriptionDefaultSolrKeywordRedirectService.attachKeywordRedirect(SolrSearchResult searchResult) Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type SolrSearchResultModifier and TypeMethodDescriptionLegacyFacetSearchStrategy.getFacetSearchResultConverter()Deprecated.Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type SolrSearchResultModifier and TypeMethodDescriptionDefaultSolrKeywordRedirectService.attachKeywordRedirect(SolrSearchResult searchResult) Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type SolrSearchResultModifier and TypeMethodDescriptionvoidLegacyFacetSearchStrategy.setFacetSearchResultConverter(Converter<SearchResultConverterData, SolrSearchResult> facetSearchResultConverter) Deprecated. -
Uses of SolrSearchResult in de.hybris.platform.solrfacetsearch.search.impl.populators
Methods in de.hybris.platform.solrfacetsearch.search.impl.populators with parameters of type SolrSearchResultModifier and TypeMethodDescriptionvoidFacetSearchResultBasicPopulator.populate(SearchResultConverterData source, SolrSearchResult target) voidFacetSearchResultDocumentsPopulator.populate(SearchResultConverterData source, SolrSearchResult target) voidFacetSearchResultFacetsPopulator.populate(SearchResultConverterData source, SolrSearchResult target) voidFacetSearchResultSortsPopulator.populate(SearchResultConverterData source, SolrSearchResult target) voidLegacyFacetSearchResultFacetsPopulator.populate(SearchResultConverterData source, SolrSearchResult target) Deprecated.protected voidFacetSearchResultDocumentsPopulator.populateUsingDefaultResponse(org.apache.solr.client.solrj.response.QueryResponse queryResponse, Map<String, FieldNameTranslator.FieldInfo> invertedFieldInfos, SolrSearchResult target) protected voidFacetSearchResultDocumentsPopulator.populateUsingExpandResponse(org.apache.solr.client.solrj.response.QueryResponse queryResponse, Map<String, FieldNameTranslator.FieldInfo> invertedFieldInfos, SearchQuery searchQuery, SolrSearchResult target) protected voidFacetSearchResultDocumentsPopulator.populateUsingGroupResponse(org.apache.solr.client.solrj.response.QueryResponse queryResponse, Map<String, FieldNameTranslator.FieldInfo> invertedFieldInfos, SolrSearchResult target)