Class ExternalSearchProperties

java.lang.Object
com.broadleafcommerce.bulkoperations.service.provider.external.ExternalSearchProperties

@ConfigurationProperties("broadleaf.bulkoperations.searchprovider") public class ExternalSearchProperties extends Object
  • Constructor Details

    • ExternalSearchProperties

      public ExternalSearchProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for an external search service: https://localhost:8447/search.
    • getSearchUri

      public String getSearchUri()
      The context path to the catalog search endpoint
    • getServiceClient

      public String getServiceClient()
      The service client to use when calling search. Default is "bulkopsclient"
    • setUrl

      public void setUrl(String url)
      The base url for an external search service: https://localhost:8447/search.
    • setSearchUri

      public void setSearchUri(String searchUri)
      The context path to the catalog search endpoint
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling search. Default is "bulkopsclient"