Class DefaultIndexedTypeFlexibleSearchQueryPopulator
java.lang.Object
de.hybris.platform.solrfacetsearch.converters.populator.DefaultIndexedTypeFlexibleSearchQueryPopulator
- All Implemented Interfaces:
Populator<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery>
public class DefaultIndexedTypeFlexibleSearchQueryPopulator
extends Object
implements Populator<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInitializes the Flexible Search Query parameters for theIndexedTypeFlexibleSearchQuery.voidpopulate(SolrIndexerQueryModel source, IndexedTypeFlexibleSearchQuery target) Populate the target instance with values from the source instance.
-
Constructor Details
-
DefaultIndexedTypeFlexibleSearchQueryPopulator
public DefaultIndexedTypeFlexibleSearchQueryPopulator()
-
-
Method Details
-
populate
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
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-
-