Class FacetSearchQueryParamsPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.populators.FacetSearchQueryParamsPopulator
-
- All Implemented Interfaces:
Populator<SearchQueryConverterData,org.apache.solr.client.solrj.SolrQuery>
public class FacetSearchQueryParamsPopulator extends java.lang.Object implements Populator<SearchQueryConverterData,org.apache.solr.client.solrj.SolrQuery>
-
-
Constructor Summary
Constructors Constructor Description FacetSearchQueryParamsPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SearchQueryConverterData source, org.apache.solr.client.solrj.SolrQuery target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
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
-
-