Class DefaultIndexedTypeFlexibleSearchQueryPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultIndexedTypeFlexibleSearchQueryPopulator
-
- All Implemented Interfaces:
Populator<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery>
public class DefaultIndexedTypeFlexibleSearchQueryPopulator extends java.lang.Object implements Populator<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery>
-
-
Constructor Summary
Constructors Constructor Description DefaultIndexedTypeFlexibleSearchQueryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>initializeFSQParameters(java.util.List<SolrIndexerQueryParameterModel> list)Initializes the Flexible Search Query parameters for theIndexedTypeFlexibleSearchQuery.voidpopulate(SolrIndexerQueryModel source, IndexedTypeFlexibleSearchQuery target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrIndexerQueryModel source, IndexedTypeFlexibleSearchQuery target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery>- Parameters:
source- the source objecttarget- the target to fill
-
initializeFSQParameters
protected java.util.Map<java.lang.String,java.lang.Object> initializeFSQParameters(java.util.List<SolrIndexerQueryParameterModel> list)
Initializes the Flexible Search Query parameters for theIndexedTypeFlexibleSearchQuery. They are populated with the static parameters now, but the runtime parameters should be populated at index time.- Parameters:
list-
-
-