Class FacetSearchQueryCatalogVersionsFilterPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.populators.FacetSearchQueryCatalogVersionsFilterPopulator
-
- All Implemented Interfaces:
Populator<SearchQueryConverterData,org.apache.solr.client.solrj.SolrQuery>
public class FacetSearchQueryCatalogVersionsFilterPopulator extends java.lang.Object implements Populator<SearchQueryConverterData,org.apache.solr.client.solrj.SolrQuery>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATALOG_ID_FIELDstatic java.lang.StringCATALOG_VERSION_FIELD
-
Constructor Summary
Constructors Constructor Description FacetSearchQueryCatalogVersionsFilterPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogTypeServicegetCatalogTypeService()voidpopulate(SearchQueryConverterData source, org.apache.solr.client.solrj.SolrQuery target)Populate the target instance with values from the source instance.voidsetCatalogTypeService(CatalogTypeService catalogTypeService)
-
-
-
Field Detail
-
CATALOG_ID_FIELD
public static final java.lang.String CATALOG_ID_FIELD
- See Also:
- Constant Field Values
-
CATALOG_VERSION_FIELD
public static final java.lang.String CATALOG_VERSION_FIELD
- See Also:
- Constant Field Values
-
-
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
-
getCatalogTypeService
public CatalogTypeService getCatalogTypeService()
-
setCatalogTypeService
public void setCatalogTypeService(CatalogTypeService catalogTypeService)
-
-