@Configuration
@ImportResource(value={"classpath:/bl-search-applicationContext-persistence.xml","classpath:/bl-search-applicationContext.xml"},
reader=org.broadleafcommerce.common.extensibility.FrameworkXmlBeanDefinitionReader.class)
@ComponentScan(value="org.broadleafcommerce.core.search")
public class SearchAutoConfiguration
extends Object
| Constructor and Description |
|---|
SearchAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexStatusProvider |
blFileSystemSolrIndexStatusProvider() |
List<SolrIndexStatusProvider> |
blSolrIndexStatusProviders() |
@Bean public List<SolrIndexStatusProvider> blSolrIndexStatusProviders()
@Bean public SolrIndexStatusProvider blFileSystemSolrIndexStatusProvider()
Copyright © 2017. All rights reserved.