Class ExternalSearchProperties
java.lang.Object
com.broadleafcommerce.bulkoperations.service.provider.external.ExternalSearchProperties
@ConfigurationProperties("broadleaf.bulkoperations.searchprovider")
public class ExternalSearchProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe context path to the catalog search endpointThe service client to use when calling search.getUrl()The base url for an external search service:https://localhost:8447/search.voidsetSearchUri(String searchUri) The context path to the catalog search endpointvoidsetServiceClient(String serviceClient) The service client to use when calling search.voidThe base url for an external search service:https://localhost:8447/search.
-
Constructor Details
-
ExternalSearchProperties
public ExternalSearchProperties()
-
-
Method Details
-
getUrl
The base url for an external search service:https://localhost:8447/search. -
getSearchUri
The context path to the catalog search endpoint -
getServiceClient
The service client to use when calling search. Default is "bulkopsclient" -
setUrl
The base url for an external search service:https://localhost:8447/search. -
setSearchUri
The context path to the catalog search endpoint -
setServiceClient
The service client to use when calling search. Default is "bulkopsclient"
-