Class SolrCustomerWorkerAutoConfiguration
java.lang.Object
com.broadleafcommerce.search.index.customer.solr.worker.autoconfigure.SolrCustomerWorkerAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.search.index.customer.worker.CustomerSearchIndexWorkerProcessLauncher<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>>
customerSearchIndexWorkerProcessLauncher
(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, com.broadleafcommerce.search.index.customer.service.CustomerService customerService, com.broadleafcommerce.search.index.core.document.DocumentBuilder<org.apache.solr.common.SolrInputDocument> documentBuilder, com.broadleafcommerce.search.provider.solr.SolrIndexProvider solrIndexProvider, com.broadleafcommerce.search.provider.solr.SolrCollectionResolver collectionResolver, com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, com.broadleafcommerce.common.extension.data.DataRouteSupporting searchSource)
-
Constructor Details
-
SolrCustomerWorkerAutoConfiguration
public SolrCustomerWorkerAutoConfiguration()
-
-
Method Details
-
customerSearchIndexWorkerProcessLauncher
@Bean @ConditionalOnMissingBean public com.broadleafcommerce.search.index.customer.worker.CustomerSearchIndexWorkerProcessLauncher<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> customerSearchIndexWorkerProcessLauncher(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, com.broadleafcommerce.search.index.customer.service.CustomerService customerService, @Qualifier("solrDocumentBuilder") com.broadleafcommerce.search.index.core.document.DocumentBuilder<org.apache.solr.common.SolrInputDocument> documentBuilder, com.broadleafcommerce.search.provider.solr.SolrIndexProvider solrIndexProvider, com.broadleafcommerce.search.provider.solr.SolrCollectionResolver collectionResolver, com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, @Nullable @Qualifier("searchSource") com.broadleafcommerce.common.extension.data.DataRouteSupporting searchSource)
-