Class BackofficeFacetSearchQueryFieldsPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.populators.FacetSearchQueryFieldsPopulator
-
- com.hybris.backoffice.solrsearch.populators.BackofficeFacetSearchQueryFieldsPopulator
-
- All Implemented Interfaces:
Populator<SearchQueryConverterData,org.apache.solr.client.solrj.SolrQuery>
public class BackofficeFacetSearchQueryFieldsPopulator extends FacetSearchQueryFieldsPopulator
-
-
Constructor Summary
Constructors Constructor Description BackofficeFacetSearchQueryFieldsPopulator()
-
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.-
Methods inherited from class de.hybris.platform.solrfacetsearch.search.impl.populators.FacetSearchQueryFieldsPopulator
getFieldNameTranslator, setFieldNameTranslator
-
-
-
-
Method Detail
-
populate
public void populate(SearchQueryConverterData source, org.apache.solr.client.solrj.SolrQuery target) throws ConversionException
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>- Overrides:
populatein classFacetSearchQueryFieldsPopulator- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-