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 boolean
boolean
int
The number of recommendations to retrieve.The recommendation model type to consult for recommendations.int
hashCode()
void
setMaxNumberOfRecommendations
(int maxNumberOfRecommendations) The number of recommendations to retrieve.void
setRecommendationType
(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
-