public abstract class MultiTenantSiteIndexOperation
extends org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperation
| Constructor and Description |
|---|
MultiTenantSiteIndexOperation(MultiTenantSolrIndexService indexService,
org.broadleafcommerce.core.search.service.solr.SolrConfiguration solrConfiguration,
org.broadleafcommerce.core.search.service.solr.SolrHelperService shs,
boolean errorOnConcurrentReindex) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBuildPage() |
void |
afterCountIndexables() |
void |
afterReadIndexables() |
void |
beforeBuildPage() |
void |
beforeCountIndexables() |
void |
beforeReadIndexables() |
getSolrCollectionForIndexing, getSolrServerForIndexing, obtainLock, releaseLockpublic MultiTenantSiteIndexOperation(MultiTenantSolrIndexService indexService, org.broadleafcommerce.core.search.service.solr.SolrConfiguration solrConfiguration, org.broadleafcommerce.core.search.service.solr.SolrHelperService shs, boolean errorOnConcurrentReindex)
public void beforeCountIndexables()
beforeCountIndexables in interface org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperationbeforeCountIndexables in class org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperationpublic void afterCountIndexables()
afterCountIndexables in interface org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperationafterCountIndexables in class org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperationpublic void beforeReadIndexables()
beforeReadIndexables in interface org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperationbeforeReadIndexables in class org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperationpublic void afterReadIndexables()
afterReadIndexables in interface org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperationafterReadIndexables in class org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperationpublic void beforeBuildPage()
beforeBuildPage in interface org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperationbeforeBuildPage in class org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperationpublic void afterBuildPage()
afterBuildPage in interface org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperationafterBuildPage in class org.broadleafcommerce.core.search.service.solr.index.GlobalSolrFullReIndexOperationCopyright © 2020. All rights reserved.