| Interface | Description |
|---|---|
| WorkspaceIndexer |
Component indexing a workspace.
|
| Class | Description |
|---|---|
| GlobalWorkspaceIndexerSchedulable |
A
Schedulable job for indexing all the workspaces. |
| ReloadSolrAclCacheDailyRunnable |
A
Runnable for reloading Solr ACL cache if enabled in config (by cms.solr.reload.cache.scheduler.enabled)
Will run every day at the specified hour in config (by cms.solr.reload.cache.scheduler.hour) |
| ReloadSolrAclCacheSchedulable |
A
Schedulable job for reloading Solr ACL cache. |
| ReloadSolrAclCachesForCoresRunnable |
A
Runnable for reloading Solr ACL caches for given workspaces (only for segments not already in cache). |
| ReloadSolrAclCachesForCoresSchedulable |
A
Schedulable job for reloading Solr ACL caches for given workspaces (only for segments not already in cache). |
| Exception | Description |
|---|---|
| IndexingException |
Signals that an error occurred during an indexing process.
|