Class DefaultIndexedTypeFlexibleSearchQueriesPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultIndexedTypeFlexibleSearchQueriesPopulator
-
- All Implemented Interfaces:
Populator<SolrIndexedTypeModel,IndexedType>
public class DefaultIndexedTypeFlexibleSearchQueriesPopulator extends java.lang.Object implements Populator<SolrIndexedTypeModel,IndexedType>
-
-
Constructor Summary
Constructors Constructor Description DefaultIndexedTypeFlexibleSearchQueriesPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrIndexedTypeModel source, IndexedType target)Populate the target instance with values from the source instance.voidsetIndexedTypeFlexibleSearchQueryConverter(Converter<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery> indexedTypeFlexibleSearchQueryConverter)
-
-
-
Method Detail
-
populate
public void populate(SolrIndexedTypeModel source, IndexedType target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrIndexedTypeModel,IndexedType>- Parameters:
source- the source objecttarget- the target to fill
-
setIndexedTypeFlexibleSearchQueryConverter
public void setIndexedTypeFlexibleSearchQueryConverter(Converter<SolrIndexerQueryModel,IndexedTypeFlexibleSearchQuery> indexedTypeFlexibleSearchQueryConverter)
-
-