public interface CatalogSolrIndexUpdateService extends SolrIndexUpdateService
| Modifier and Type | Method and Description |
|---|---|
void |
performCachedOperation(SolrIndexCachedOperation.CacheOperation cacheOperation) |
void |
rebuildIndex()
Default behavior is to truncate the background collection (offline index), populate it with documents,
commit, and then swap (re-alias) so that it becomes the foreground collection and the foreground collection becomes the background.
|
void |
rebuildIndex(Catalog catalog) |
void |
rebuildIndex(Site site) |
buildDocument, buildDocument, updateIndex, updateIndexvoid rebuildIndex(Catalog catalog) throws ServiceException
ServiceExceptionvoid rebuildIndex(Site site) throws ServiceException
ServiceExceptionvoid rebuildIndex()
throws ServiceException
SolrIndexUpdateServicerebuildIndex in interface SolrIndexUpdateServiceServiceExceptionvoid performCachedOperation(SolrIndexCachedOperation.CacheOperation cacheOperation) throws ServiceException
ServiceExceptionCopyright © 2023. All rights reserved.