Class SearchResponseFreeTextSearchPopulator<STATE,ITEM>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SearchResponseFreeTextSearchPopulator<STATE,ITEM>
-
- All Implemented Interfaces:
Populator<SolrSearchResponse,ProductSearchPageData<STATE,ITEM>>
public class SearchResponseFreeTextSearchPopulator<STATE,ITEM> extends java.lang.Object implements Populator<SolrSearchResponse,ProductSearchPageData<STATE,ITEM>>
-
-
Constructor Summary
Constructors Constructor Description SearchResponseFreeTextSearchPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrSearchResponse source, ProductSearchPageData<STATE,ITEM> target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrSearchResponse source, ProductSearchPageData<STATE,ITEM> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-
-