Class FacetSearchQueryCatalogVersionsFilterPopulator

    • 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
    • Constructor Detail

      • FacetSearchQueryCatalogVersionsFilterPopulator

        public FacetSearchQueryCatalogVersionsFilterPopulator()
    • Method Detail

      • populate

        public void populate​(SearchQueryConverterData source,
                             org.apache.solr.client.solrj.SolrQuery target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<SearchQueryConverterData,​org.apache.solr.client.solrj.SolrQuery>
        Parameters:
        source - the source object
        target - the target to fill
      • setCatalogTypeService

        public void setCatalogTypeService​(CatalogTypeService catalogTypeService)