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