Class FacetSearchQueryParamsPopulator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(SearchQueryConverterData source, org.apache.solr.client.solrj.SolrQuery target)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FacetSearchQueryParamsPopulator

        public FacetSearchQueryParamsPopulator()
    • 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