Class FacetSearchResultSortsPopulator
java.lang.Object
de.hybris.platform.solrfacetsearch.search.impl.populators.FacetSearchResultSortsPopulator
- All Implemented Interfaces:
Populator<SearchResultConverterData,SolrSearchResult>
public class FacetSearchResultSortsPopulator
extends Object
implements Populator<SearchResultConverterData,SolrSearchResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SearchResultConverterData source, SolrSearchResult target) Populate the target instance with values from the source instance.
-
Constructor Details
-
FacetSearchResultSortsPopulator
public FacetSearchResultSortsPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SearchResultConverterData,SolrSearchResult> - Parameters:
source- the source objecttarget- the target to fill
-