Class SearchRecommendationProperties

java.lang.Object
com.broadleafcommerce.search.catalog.solr.query.autoconfigure.SearchRecommendationProperties

@ConfigurationProperties("broadleaf.search.recommendation") public class SearchRecommendationProperties extends Object
  • Constructor Details

    • SearchRecommendationProperties

      public SearchRecommendationProperties()
  • Method Details

    • getRecommendationType

      public String getRecommendationType()
      The recommendation model type to consult for recommendations.
    • getMaxNumberOfRecommendations

      public int getMaxNumberOfRecommendations()
      The number of recommendations to retrieve.
    • setRecommendationType

      public void setRecommendationType(String recommendationType)
      The recommendation model type to consult for recommendations.
    • setMaxNumberOfRecommendations

      public void setMaxNumberOfRecommendations(int maxNumberOfRecommendations)
      The number of recommendations to retrieve.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object