Class SearchRecommendationProperties
java.lang.Object
com.broadleafcommerce.search.catalog.solr.query.autoconfigure.SearchRecommendationProperties
@ConfigurationProperties("broadleaf.search.recommendation")
public class SearchRecommendationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe number of recommendations to retrieve.The recommendation model type to consult for recommendations.inthashCode()voidsetMaxNumberOfRecommendations(int maxNumberOfRecommendations) The number of recommendations to retrieve.voidsetRecommendationType(String recommendationType) The recommendation model type to consult for recommendations.toString()
-
Constructor Details
-
SearchRecommendationProperties
public SearchRecommendationProperties()
-
-
Method Details
-
getRecommendationType
The recommendation model type to consult for recommendations. -
getMaxNumberOfRecommendations
public int getMaxNumberOfRecommendations()The number of recommendations to retrieve. -
setRecommendationType
The recommendation model type to consult for recommendations. -
setMaxNumberOfRecommendations
public void setMaxNumberOfRecommendations(int maxNumberOfRecommendations) The number of recommendations to retrieve. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-