Class ExternalSearchRecommendationProperties
java.lang.Object
com.broadleafcommerce.search.core.service.provider.external.ExternalSearchRecommendationProperties
@ConfigurationProperties("broadleaf.search.recommendationprovider")
public class ExternalSearchRecommendationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URI path for read operations on recommendations.The service client to use when calling recommendation services.getUrl()The base url for an external recommendation service.voidsetReadRecommendationsPath(String readRecommendationsPath) The URI path for read operations on recommendations.voidsetServiceClient(String serviceClient) The service client to use when calling recommendation services.voidThe base url for an external recommendation service.
-
Constructor Details
-
ExternalSearchRecommendationProperties
public ExternalSearchRecommendationProperties()
-
-
Method Details
-
getUrl
The base url for an external recommendation service. -
getReadRecommendationsPath
The URI path for read operations on recommendations. -
getServiceClient
The service client to use when calling recommendation services. Default is "searchclient". -
setUrl
The base url for an external recommendation service. -
setReadRecommendationsPath
The URI path for read operations on recommendations. -
setServiceClient
The service client to use when calling recommendation services. Default is "searchclient".
-